VirtualMachineStartRolesParameters.Roles 属性
获取或设置到的角色启动的虚拟机名称的列表。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
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)
属性值
Type: System.Collections.Generic.IList<String>
名称的列表。
请参阅
VirtualMachineStartRolesParameters 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首