Share via


IDataLakeAnalyticsManagementClient Interface

 

Creates an Azure Data Lake Analytics account management client.

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

Syntax

public interface IDataLakeAnalyticsManagementClient : IDisposable
public interface class IDataLakeAnalyticsManagementClient : IDisposable
type IDataLakeAnalyticsManagementClient = 
    interface
        interface IDisposable
    end
Public Interface IDataLakeAnalyticsManagementClient
    Inherits IDisposable

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty BaseUri

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

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 DataLakeAnalyticsAccount

Operations for managing Data Lake Analytics accounts

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 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 Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod GetLongRunningOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

Extension Methods

Name Description
System_CAPS_pubmethod GetLongRunningOperationStatus(String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (Defined by DataLakeAnalyticsManagementClientExtensions.)

System_CAPS_pubmethod GetLongRunningOperationStatusAsync(String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (Defined by DataLakeAnalyticsManagementClientExtensions.)

See Also

Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top