ICloudServiceOperations Interface

 

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

type ICloudServiceOperations = interface end

NameDescription
System_CAPS_pubmethodBeginCreatingAsync(String, CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

System_CAPS_pubmethodBeginDeletingAsync(String, CancellationToken)

Delete a cloud service.

System_CAPS_pubmethodCreateAsync(String, CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

System_CAPS_pubmethodDeleteAsync(String, CancellationToken)

Delete a cloud service.

System_CAPS_pubmethodGetAsync(String, CancellationToken)

Retreive a cloud service.

System_CAPS_pubmethodListAsync(CancellationToken)

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

NameDescription
System_CAPS_pubmethodBeginCreating(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodBeginCreatingAsync(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodBeginDeleting(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodBeginDeletingAsync(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodCreate(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String, CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodDelete(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String)

Delete a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodGet(String)

Retreive a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String)

Retreive a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodList()

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

System_CAPS_pubmethodListAsync()

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

Return to top
Show: