VirtualMachineShutdownRolesParameters.Roles Property

 

Gets or sets a list of Virtual Machine names to shut down.

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 Virtual Machines.

See Also

VirtualMachineShutdownRolesParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top