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
BeginCreating(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

BeginCreatingAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

BeginDeleting(ICloudServiceOperations, String)

Delete a cloud service.

BeginDeletingAsync(ICloudServiceOperations, String)

Delete a cloud service.

Create(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

CreateAsync(ICloudServiceOperations, String, CloudServiceCreateParameters)

Create a cloud service.

Delete(ICloudServiceOperations, String)

Delete a cloud service.

DeleteAsync(ICloudServiceOperations, String)

Delete a cloud service.

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.

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