ICloudServiceOperations Interface

Definition

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)

Extension 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