Share via


CloudServiceOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.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 BeginCreate(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginCreateAsync(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDelete(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteAsync(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Create(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(ICloudServiceOperations, CloudServiceCreateParameters)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Delete(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ICloudServiceOperations, String)

Create a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Get(ICloudServiceOperations, String)

Retrieve a Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ICloudServiceOperations, String)

Retrieve a Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static List(ICloudServiceOperations)

Retrieve a list of Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ICloudServiceOperations)

Retrieve a list of Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

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.Automation Namespace

Return to top