IComputeManagementClient.Deployments Property

 

Gets the operations for managing deployments in a cloud service.

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

Syntax

IDeploymentOperations Deployments { get; }
property IDeploymentOperations^ Deployments {
    IDeploymentOperations^ get();
}
abstract Deployments : IDeploymentOperations with get
ReadOnly Property Deployments As IDeploymentOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations

The operations for managing deployments.

Remarks

For more information about managing deployments, see the following resources:

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top