Udostępnij za pośrednictwem


CloudServiceOperationsExtensions Class

Definition

The Windows Azure Store API is a REST API for managing Windows Azure Store add-ins.

public static class CloudServiceOperationsExtensions
type CloudServiceOperationsExtensions = class
Public Module CloudServiceOperationsExtensions
Inheritance
CloudServiceOperationsExtensions

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