Share via


ICloudServiceOperations Interface

 

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public interface ICloudServiceOperations
public interface class ICloudServiceOperations
type ICloudServiceOperations = interface end
Public Interface ICloudServiceOperations

Methods

Name Description
System_CAPS_pubmethod BeginCreatingAsync(String, CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

System_CAPS_pubmethod BeginDeletingAsync(String, CancellationToken)

Delete a cloud service.

System_CAPS_pubmethod CreateAsync(String, CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

Delete a cloud service.

System_CAPS_pubmethod GetAsync(String, CancellationToken)

Retreive a cloud service.

System_CAPS_pubmethod ListAsync(CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod BeginCreating(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod BeginCreatingAsync(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod BeginDeleting(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingAsync(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod Create(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod Delete(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod Get(String)

Retreive a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

Retreive a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod List()

The List Cloud Services operation enumerates services that are provisioned for a subscription.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

The List Cloud Services operation enumerates services that are provisioned for a subscription.(Defined by CloudServiceOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top