This documentation is archived and is not being maintained.
CloudServiceOperationsExtensions Class
Namespace:
Microsoft.WindowsAzure.Management.SchedulerAssembly:
Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
System::Object Microsoft.WindowsAzure.Management.Scheduler::CloudServiceOperationsExtensions
[ExtensionAttribute]
public ref class CloudServiceOperationsExtensions abstract sealed
| Name | Description |
|---|
  | BeginCreating(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
  | BeginCreatingAsync(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
  | BeginDeleting(ICloudServiceOperations^, String^) | |
  | BeginDeletingAsync(ICloudServiceOperations^, String^) | |
  | Create(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
  | CreateAsync(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
  | Delete(ICloudServiceOperations^, String^) | |
  | DeleteAsync(ICloudServiceOperations^, String^) | |
  | 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. |
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