SchedulerManagementClientExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetOperationStatus(ISchedulerManagementClient, 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(ISchedulerManagementClient, 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 GetResourceProviderProperties(ISchedulerManagementClient)

Gets a list of properties for the resource provider, including supported regions and plans.

System_CAPS_pubmethodSystem_CAPS_static GetResourceProviderPropertiesAsync(ISchedulerManagementClient)

Gets a list of properties for the resource provider, including supported regions and plans.

System_CAPS_pubmethodSystem_CAPS_static RegisterResourceProvider(ISchedulerManagementClient)

Register the Scheduler resource provider with your subscription.

System_CAPS_pubmethodSystem_CAPS_static RegisterResourceProviderAsync(ISchedulerManagementClient)

Register the Scheduler resource provider with your subscription.

System_CAPS_pubmethodSystem_CAPS_static UnregisterResourceProvider(ISchedulerManagementClient)

Unregister the Scheduler resource provider with your subscription.

System_CAPS_pubmethodSystem_CAPS_static UnregisterResourceProviderAsync(ISchedulerManagementClient)

Unregister the Scheduler resource provider with your subscription.

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

Return to top