Udostępnij za pośrednictwem


ICloudServiceOperations Interface

Definition

public interface ICloudServiceOperations
type ICloudServiceOperations = interface
Public Interface ICloudServiceOperations

Methods

BeginCreatingAsync(String, CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

BeginDeletingAsync(String, CancellationToken)

Delete a cloud service.

CreateAsync(String, CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

DeleteAsync(String, CancellationToken)

Delete a cloud service.

GetAsync(String, CancellationToken)

Retreive a cloud service.

ListAsync(CancellationToken)

The List Cloud Services operation enumerates services that are provisioned for a subscription.

Extension Methods

BeginCreating(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

BeginCreatingAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

BeginDeleting(ICloudServiceOperations, String)

Delete a cloud service.

BeginDeletingAsync(ICloudServiceOperations, String)

Delete a cloud service.

Create(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

CreateAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

Delete(ICloudServiceOperations, String)

Delete a cloud service.

DeleteAsync(ICloudServiceOperations, String)

Delete a cloud service.

Get(ICloudServiceOperations, String)

Retreive a cloud service.

GetAsync(ICloudServiceOperations, String)

Retreive a cloud service.

List(ICloudServiceOperations)

The List Cloud Services operation enumerates services that are provisioned for a subscription.

ListAsync(ICloudServiceOperations)

The List Cloud Services operation enumerates services that are provisioned for a subscription.

Applies to