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 |
|---|
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | BeginCreating(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | BeginCreatingAsync(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | BeginDeleting(ICloudServiceOperations^, String^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | BeginDeletingAsync(ICloudServiceOperations^, String^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | Create(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | CreateAsync(ICloudServiceOperations^, String^, CloudServiceCreateParameters^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | Delete(ICloudServiceOperations^, String^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | DeleteAsync(ICloudServiceOperations^, String^) | |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | Get(ICloudServiceOperations^, String^) | Retreive a cloud service. |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | GetAsync(ICloudServiceOperations^, String^) | Retreive a cloud service. |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | List(ICloudServiceOperations^) | The List Cloud Services operation enumerates services that are provisioned for a subscription. |
.jpeg?cs-save-lang=1&cs-lang=cpp) .jpeg?cs-save-lang=1&cs-lang=cpp) | 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