ICloudServiceOperations Interface

 

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

Syntax

public interface ICloudServiceOperations
public interface class ICloudServiceOperations
type ICloudServiceOperations = interface end
Public Interface ICloudServiceOperations

Methods

Name Description
BeginCreateAsync(CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

BeginDeleteAsync(String, CancellationToken)

Create a cloud service.

CreateAsync(CloudServiceCreateParameters, CancellationToken)

Create a cloud service.

DeleteAsync(String, CancellationToken)

Create a cloud service.

GetAsync(String, CancellationToken)

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

ListAsync(CancellationToken)

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

Extension Methods

Name Description
BeginCreate(CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

BeginCreateAsync(CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

BeginDelete(String)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

BeginDeleteAsync(String)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

Create(CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

CreateAsync(CloudServiceCreateParameters)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

Delete(String)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

DeleteAsync(String)

Create a cloud service.(Defined by CloudServiceOperationsExtensions.)

Get(String)

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

GetAsync(String)

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

List()

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

ListAsync()

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top