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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET