/// <summary>
 /// Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.
 /// </summary>
 /// <param name='credentials'>
 /// Required. Gets Azure subscription credentials.
 /// </param>
 /// <param name='rootHandler'>
 /// Optional. The http client handler used to handle http transport.
 /// </param>
 /// <param name='userAgentAssemblyVersion'>
 /// Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK.
 /// </param>
 /// <param name='adlaJobDnsSuffix'>
 /// Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'.
 /// </param>
 /// <param name='handlers'>
 /// Optional. The delegating handlers to add to the http client pipeline.
 /// </param>
 public DataLakeAnalyticsJobManagementClient(ServiceClientCredentials credentials, HttpClientHandler rootHandler, string userAgentAssemblyVersion = "", string adlaJobDnsSuffix = DataLakeAnalyticsCustomizationHelper.DefaultAdlaDnsSuffix, params DelegatingHandler[] handlers) : this(credentials, rootHandler, handlers)
 {
     this.AdlaJobDnsSuffix = adlaJobDnsSuffix;
     DataLakeAnalyticsCustomizationHelper.UpdateUserAgentAssemblyVersion(this, userAgentAssemblyVersion);
 }
 /// <summary>
 /// Initializes a new instance of the DataLakeStoreManagementClient class.
 /// </summary>
 /// <param name='baseUri'>
 /// Optional. The base URI of the service.
 /// </param>
 /// <param name='credentials'>
 /// Required. Gets Azure subscription credentials.
 /// </param>
 /// <param name='userAgentAssemblyVersion'>
 /// Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK.
 /// </param>
 /// <param name='handlers'>
 /// Optional. The delegating handlers to add to the http client pipeline.
 /// </param>
 public DataLakeAnalyticsAccountManagementClient(Uri baseUri, ServiceClientCredentials credentials, string userAgentAssemblyVersion = "", params DelegatingHandler[] handlers) : this(baseUri, credentials, handlers)
 {
     DataLakeAnalyticsCustomizationHelper.UpdateUserAgentAssemblyVersion(this, userAgentAssemblyVersion);
 }