Share via


CloudServiceOperationsExtensions Class

 

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

Inheritance Hierarchy

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

Syntax

public static class CloudServiceOperationsExtensions
[ExtensionAttribute]
public ref class CloudServiceOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CloudServiceOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CloudServiceOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreating(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Create(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Delete(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ICloudServiceOperations, String)

Delete a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Get(ICloudServiceOperations, String)

Retreive a cloud service.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ICloudServiceOperations, String)

Retreive a cloud service.

System_CAPS_pubmethodSystem_CAPS_static List(ICloudServiceOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ICloudServiceOperations)

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top