SchedulerManagementClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SchedulerManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient
type SchedulerManagementClient = class
inherit ServiceClient<SchedulerManagementClient>
interface ISchedulerManagementClient
interface IDisposable
Public Class SchedulerManagementClient
Inherits ServiceClient(Of SchedulerManagementClient)
Implements IDisposable, ISchedulerManagementClient
- Inheritance
-
Hyak.Common.ServiceClient<SchedulerManagementClient>SchedulerManagementClient
- Implements
Constructors
SchedulerManagementClient() |
Initializes a new instance of the SchedulerManagementClient class. |
SchedulerManagementClient(HttpClient) |
Initializes a new instance of the SchedulerManagementClient class. |
SchedulerManagementClient(SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the SchedulerManagementClient class. |
SchedulerManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the SchedulerManagementClient class. |
SchedulerManagementClient(SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the SchedulerManagementClient class. |
SchedulerManagementClient(SubscriptionCloudCredentials) |
Initializes a new instance of the SchedulerManagementClient class. |
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
Clone(ServiceClient<SchedulerManagementClient>) |
Clones properties from current instance to another SchedulerManagementClient instance |
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
Azure SDK for .NET