HostedServiceGetDetailedResponse.Deployments Property
Gets or sets a collection of HostedServiceGetDetailedResponse.Deployment objects that describe the deployments that exist in the cloud service.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public IList<HostedServiceGetDetailedResponse.Deployment> Deployments { get; set; }
public:
property IList<HostedServiceGetDetailedResponse::Deployment^>^ Deployments {
IList<HostedServiceGetDetailedResponse::Deployment^>^ get();
void set(IList<HostedServiceGetDetailedResponse::Deployment^>^ value);
}
member Deployments : IList<HostedServiceGetDetailedResponse.Deployment> with get, set
Public Property Deployments As IList(Of HostedServiceGetDetailedResponse.Deployment)
Property Value
Type: System.Collections.Generic.IList<HostedServiceGetDetailedResponse.Deployment>
A collection of HostedServiceGetDetailedResponse.Deployment objects.
See Also
HostedServiceGetDetailedResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top