你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoleInstances 构造函数

定义

重载

RoleInstances()

初始化 RoleInstances 类的新实例。

RoleInstances(IList<String>)

初始化 RoleInstances 类的新实例。

RoleInstances()

初始化 RoleInstances 类的新实例。

public RoleInstances ();
Public Sub New ()

适用于

RoleInstances(IList<String>)

初始化 RoleInstances 类的新实例。

public RoleInstances (System.Collections.Generic.IList<string> roleInstancesProperty);
new Microsoft.Azure.Management.Compute.Models.RoleInstances : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.RoleInstances
Public Sub New (roleInstancesProperty As IList(Of String))

参数

roleInstancesProperty
IList<String>

云服务角色实例名称的列表。 “*”的值表示云服务的所有角色实例。

适用于