ISchedulerManagementClient Interface

Definition

public interface ISchedulerManagementClient : IDisposable
type ISchedulerManagementClient = interface
    interface IDisposable
Public Interface ISchedulerManagementClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Gets the API version.

BaseUri

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

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

JobCollections
LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

Methods

GetOperationStatusAsync(String, CancellationToken)

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)

GetResourceProviderPropertiesAsync(CancellationToken)

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

RegisterResourceProviderAsync(CancellationToken)

Register the Scheduler resource provider with your subscription.

UnregisterResourceProviderAsync(CancellationToken)

Unregister the Scheduler resource provider with your subscription.

Extension 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