CloudServiceOperationsExtensions Class
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Automation.CloudServiceOperationsExtensions
Syntax
public static class CloudServiceOperationsExtensions
[ExtensionAttribute]
public ref class CloudServiceOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type CloudServiceOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CloudServiceOperationsExtensions
Methods
Name | Description | |
---|---|---|
BeginCreate(ICloudServiceOperations, CloudServiceCreateParameters) | Create a cloud service. |
|
BeginCreateAsync(ICloudServiceOperations, CloudServiceCreateParameters) | Create a cloud service. |
|
BeginDelete(ICloudServiceOperations, String) | Create a cloud service. |
|
BeginDeleteAsync(ICloudServiceOperations, String) | Create a cloud service. |
|
Create(ICloudServiceOperations, CloudServiceCreateParameters) | Create a cloud service. |
|
CreateAsync(ICloudServiceOperations, CloudServiceCreateParameters) | Create a cloud service. |
|
Delete(ICloudServiceOperations, String) | Create a cloud service. |
|
DeleteAsync(ICloudServiceOperations, String) | Create a cloud service. |
|
Get(ICloudServiceOperations, String) | Retrieve a Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |
|
GetAsync(ICloudServiceOperations, String) | Retrieve a Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |
|
List(ICloudServiceOperations) | Retrieve a list of Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |
|
ListAsync(ICloudServiceOperations) | Retrieve a list of Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.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.Automation Namespace
Return to top