ICloudServiceOperations Interface

 

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

public interface class ICloudServiceOperations

NameDescription
System_CAPS_pubmethodBeginCreateAsync(CloudServiceCreateParameters^, CancellationToken)

Create a cloud service.

System_CAPS_pubmethodBeginDeleteAsync(String^, CancellationToken)

Create a cloud service.

System_CAPS_pubmethodCreateAsync(CloudServiceCreateParameters^, CancellationToken)

Create a cloud service.

System_CAPS_pubmethodDeleteAsync(String^, CancellationToken)

Create a cloud service.

System_CAPS_pubmethodGetAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(CancellationToken)

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

NameDescription
System_CAPS_pubmethodBeginCreate(CloudServiceCreateParameters^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodBeginCreateAsync(CloudServiceCreateParameters^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodBeginDelete(String^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodBeginDeleteAsync(String^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodCreate(CloudServiceCreateParameters^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(CloudServiceCreateParameters^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodDelete(String^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String^)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

System_CAPS_pubmethodGet(String^)

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

System_CAPS_pubmethodGetAsync(String^)

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

System_CAPS_pubmethodList()

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

System_CAPS_pubmethodListAsync()

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

Return to top
Show: