CloudServiceOperationsExtensions 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 static class CloudServiceOperationsExtensions
type CloudServiceOperationsExtensions = class
Public Module CloudServiceOperationsExtensions
Inheritance
CloudServiceOperationsExtensions
Methods
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
http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
for more information)
GetAsync(ICloudServiceOperations, String)
Retrieve a Cloud services (see
http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
for more information)
List(ICloudServiceOperations)
Retrieve a list of Cloud services (see
http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
for more information)
ListAsync(ICloudServiceOperations)
Retrieve a list of Cloud services (see
http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
for more information)
Applies to