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.
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
Azure SDK for .NET