Share via


AutomationManagementClientExtensions Class

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.AutomationManagementClientExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetOperationResultStatus(IAutomationManagementClient, 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 GetOperationResultStatusAsync(IAutomationManagementClient, 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 GetOperationStatus(IAutomationManagementClient, String)

The Get Operation Status operation returns the status of thespecified 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. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetOperationStatusAsync(IAutomationManagementClient, String)

The Get Operation Status operation returns the status of thespecified 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. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

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.WindowsAzure.Management.Automation Namespace

Return to top