CloudServiceManagementClientExtensions 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.CloudServiceManagementClientExtensions
Syntax
public static class CloudServiceManagementClientExtensions
[ExtensionAttribute]
public ref class CloudServiceManagementClientExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type CloudServiceManagementClientExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CloudServiceManagementClientExtensions
Methods
Name | Description | |
---|---|---|
EntitleResource(ICloudServiceManagementClient, EntitleResourceParameters) | EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource. |
|
EntitleResourceAsync(ICloudServiceManagementClient, EntitleResourceParameters) | EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource. |
|
GetOperationStatus(ICloudServiceManagementClient, 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(ICloudServiceManagementClient, 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) |
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