RoleInstances Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET