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)

public:
property IList<HostedServiceGetDetailedResponse::Deployment^>^ Deployments {
	IList<HostedServiceGetDetailedResponse::Deployment^>^ get();
	void set(IList<HostedServiceGetDetailedResponse::Deployment^>^ value);
}
Return to top
Show: