DataLakeAnalyticsManagementClientExtensions Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsManagementClientExtensions

Syntax

public static class DataLakeAnalyticsManagementClientExtensions
[ExtensionAttribute]
public ref class DataLakeAnalyticsManagementClientExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DataLakeAnalyticsManagementClientExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DataLakeAnalyticsManagementClientExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetLongRunningOperationStatus(IDataLakeAnalyticsManagementClient, 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.

System_CAPS_pubmethodSystem_CAPS_static GetLongRunningOperationStatusAsync(IDataLakeAnalyticsManagementClient, 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.

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.Analytics Namespace

Return to top