ICloudServiceOperations Interface

Definition

Provides REST operations for working with cloud services from the Windows Azure store service.

public interface ICloudServiceOperations
type ICloudServiceOperations = interface
Public Interface ICloudServiceOperations

Methods

BeginCreatingAsync(CloudServiceCreateParameters, CancellationToken)

The Create Cloud Service operation creates a Windows Azure cloud service in a Windows Azure subscription.

CreateAsync(CloudServiceCreateParameters, CancellationToken)

The Create Cloud Service operation creates a Windows Azure cloud service in a Windows Azure subscription.

ListAsync(CancellationToken)

The List Cloud Services operation enumerates Windows Azure Store entries that are provisioned for a subscription.

Extension Methods

BeginCreating(ICloudServiceOperations, CloudServiceCreateParameters)

The Create Cloud Service operation creates a Windows Azure cloud service in a Windows Azure subscription.

BeginCreatingAsync(ICloudServiceOperations, CloudServiceCreateParameters)

The Create Cloud Service operation creates a Windows Azure cloud service in a Windows Azure subscription.

Create(ICloudServiceOperations, CloudServiceCreateParameters)

The Create Cloud Service operation creates a Windows Azure cloud service in a Windows Azure subscription.

CreateAsync(ICloudServiceOperations, CloudServiceCreateParameters)

The Create Cloud Service operation creates a Windows Azure cloud service in a Windows Azure subscription.

List(ICloudServiceOperations)

The List Cloud Services operation enumerates Windows Azure Store entries that are provisioned for a subscription.

ListAsync(ICloudServiceOperations)

The List Cloud Services operation enumerates Windows Azure Store entries that are provisioned for a subscription.

Applies to