DataLakeStoreFileSystemManagementClient Class

 

Creates a Data Lake Store filesystem management client.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.Azure.Management.DataLake.StoreFileSystem.DataLakeStoreFileSystemManagementClient

Syntax

public class DataLakeStoreFileSystemManagementClient : ServiceClient<DataLakeStoreFileSystemManagementClient>, 
    IDataLakeStoreFileSystemManagementClient, IDisposable
public ref class DataLakeStoreFileSystemManagementClient : ServiceClient<DataLakeStoreFileSystemManagementClient^>, 
    IDataLakeStoreFileSystemManagementClient, IDisposable
type DataLakeStoreFileSystemManagementClient = 
    class
        inherit ServiceClient<DataLakeStoreFileSystemManagementClient>
        interface IDataLakeStoreFileSystemManagementClient
        interface IDisposable
    end
Public Class DataLakeStoreFileSystemManagementClient
    Inherits ServiceClient(Of DataLakeStoreFileSystemManagementClient)
    Implements IDataLakeStoreFileSystemManagementClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod DataLakeStoreFileSystemManagementClient()

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

System_CAPS_pubmethod DataLakeStoreFileSystemManagementClient(HttpClient)

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

System_CAPS_pubmethod DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

System_CAPS_pubmethod DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

System_CAPS_pubmethod DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials, String)

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

System_CAPS_pubmethod DataLakeStoreFileSystemManagementClient(SubscriptionCloudCredentials, String, HttpClient)

Initializes a new instance of the DataLakeStoreFileSystemManagementClient class.

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

System_CAPS_pubproperty DataLakeServiceUri

Gets the URI used as the base for all cloud service requests.

System_CAPS_pubproperty FileSystem

Operations for managing the Data Lake Store filesystem

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty UserAgentSuffix

Gets or sets the additional UserAgent text to be added to the user agent header. This is used to further differentiate where requests are coming from internally.

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<DataLakeStoreFileSystemManagementClient>)

Clones properties from current instance to another DataLakeStoreFileSystemManagementClient instance (Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetAutoRedirectSwitch(Boolean)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top