HostedServiceGetDetailedResponse::Deployments Property
Gets or sets a collection of HostedServiceGetDetailedResponse::Deployment objects that describe the deployments that exist in the cloud service.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<HostedServiceGetDetailedResponse::Deployment^>^ Deployments { IList<HostedServiceGetDetailedResponse::Deployment^>^ get(); void set(IList<HostedServiceGetDetailedResponse::Deployment^>^ value); }
Property Value
Type: System.Collections.Generic::IList<HostedServiceGetDetailedResponse::Deployment^>^A collection of HostedServiceGetDetailedResponse::Deployment objects.
Show: