Share via


RoleInstances(IEnumerable<String>) Constructor

Definition

Initializes a new instance of RoleInstances.

public RoleInstances (System.Collections.Generic.IEnumerable<string> roleInstancesValue);
new Azure.ResourceManager.Compute.Models.RoleInstances : seq<string> -> Azure.ResourceManager.Compute.Models.RoleInstances
Public Sub New (roleInstancesValue As IEnumerable(Of String))

Parameters

roleInstancesValue
IEnumerable<String>

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

Exceptions

roleInstancesValue is null.

Applies to