VirtualMachineStartRolesParameters.Roles Property
Gets or sets the list of Virtual Machine names to of roles to start.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public IList<string> Roles { get; set; }
public:
property IList<String^>^ Roles {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member Roles : IList<string> with get, set
Public Property Roles As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
The list of names.
See Also
VirtualMachineStartRolesParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top