ICloudServiceOperations Interface
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 interface ICloudServiceOperations
type ICloudServiceOperations = interface
Public Interface ICloudServiceOperations
Methods
BeginCreateAsync(CloudServiceCreateParameters, CancellationToken) |
Create a cloud service. |
BeginDeleteAsync(String, CancellationToken) |
Create a cloud service. |
CreateAsync(CloudServiceCreateParameters, CancellationToken) |
Create a cloud service. |
DeleteAsync(String, CancellationToken) |
Create a cloud service. |
GetAsync(String, CancellationToken) |
Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |
ListAsync(CancellationToken) |
Retrieve a list of Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |