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)

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

Property Value

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

The list of Virtual Machines.

Return to top
Show: