SchedulerManagementClientExtensions Class

Definition

public static class SchedulerManagementClientExtensions
type SchedulerManagementClientExtensions = class
Public Module SchedulerManagementClientExtensions
Inheritance
SchedulerManagementClientExtensions

Methods

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 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

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 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

GetResourceProviderProperties(ISchedulerManagementClient)

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

GetResourceProviderPropertiesAsync(ISchedulerManagementClient)

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

RegisterResourceProvider(ISchedulerManagementClient)

Register the Scheduler resource provider with your subscription.

RegisterResourceProviderAsync(ISchedulerManagementClient)

Register the Scheduler resource provider with your subscription.

UnregisterResourceProvider(ISchedulerManagementClient)

Unregister the Scheduler resource provider with your subscription.

UnregisterResourceProviderAsync(ISchedulerManagementClient)

Unregister the Scheduler resource provider with your subscription.

Applies to