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)

Usage

'Usage
Dim instance As ComputeManagementClient
Dim value As IDeploymentOperations

value = instance.Deployments

Syntax

'Declaration
Public Overridable ReadOnly Property Deployments As IDeploymentOperations
public virtual IDeploymentOperations Deployments { get; }
public:
virtual property IDeploymentOperations^ Deployments {
    IDeploymentOperations^ get ();
}
/** @property */
public IDeploymentOperations get_Deployments ()
public function get Deployments () : IDeploymentOperations

Property Value

The IDeploymentOperations object.

Remarks

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

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ComputeManagementClient Class
ComputeManagementClient Members
Microsoft.WindowsAzure.Management.Compute Namespace