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 | |
---|---|---|
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) |
|
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) |
|
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. |
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