ComputeManagementClient::Deployments Property
Gets the IDeploymentOperations object that contains the operations for managing deployments in a cloud service.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IDeploymentOperations^ Deployments { virtual IDeploymentOperations^ get(); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute::IDeploymentOperations^The IDeploymentOperations object.
Implements
IComputeManagementClient::DeploymentsFor more information about managing deployments, see the following resources:
Show: