Share via


ComputeManagementClient.Deployments Property

 

Gets the IDeploymentOperations object that contains 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

public virtual IDeploymentOperations Deployments { get; }
public:
property IDeploymentOperations^ Deployments {
    virtual IDeploymentOperations^ get();
}
abstract Deployments : IDeploymentOperations with get
override Deployments : IDeploymentOperations with get
Public Overridable ReadOnly Property Deployments As IDeploymentOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations

The IDeploymentOperations object.

Implements

IComputeManagementClient.Deployments

Remarks

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

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top