Share via


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)

Syntax

public IList<Role> Roles { get; set; }
public:
property IList<Role^>^ Roles {
    IList<Role^>^ get();
    void set(IList<Role^>^ value);
}
member Roles : IList<Role> with get, set
Public Property Roles As IList(Of Role)

Property Value

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

A collection of Role objects.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top