CloudServiceOperationsExtensions Class

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

System.Object
  Microsoft.WindowsAzure.Management.Automation.CloudServiceOperationsExtensions

public static class CloudServiceOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreate(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreateAsync(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginDelete(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleteAsync(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreate(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDelete(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticGet(ICloudServiceOperations, String)

Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ICloudServiceOperations, String)

Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_staticList(ICloudServiceOperations)

Retrieve a list of Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(ICloudServiceOperations)

Retrieve a list of Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: