CloudServiceOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions

public static class CloudServiceOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeleting(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingAsync(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreate(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDelete(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticGet(ICloudServiceOperations, String)

Retreive a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ICloudServiceOperations, String)

Retreive a cloud service.

System_CAPS_pubmethodSystem_CAPS_staticList(ICloudServiceOperations)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(ICloudServiceOperations)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: