共用方式為


RoleInstances Constructors

Definition

Overloads

RoleInstances()

Initializes a new instance of the RoleInstances class.

RoleInstances(IList<String>)

Initializes a new instance of the RoleInstances class.

RoleInstances()

Initializes a new instance of the RoleInstances class.

public RoleInstances ();
Public Sub New ()

Applies to

RoleInstances(IList<String>)

Initializes a new instance of the RoleInstances class.

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))

Parameters

roleInstancesProperty
IList<String>

List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.

Applies to