HostedServiceGetDetailedResponse::Deployment::Roles Property

 

Gets or sets a collection of Role objects that define roles in the deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property IList<Role^>^ Roles {
	IList<Role^>^ get();
	void set(IList<Role^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<Role^>^

A collection of Role objects.

Return to top
Show: