Condividi tramite


Identity Constructors

Definition

Overloads

Identity()

Initializes a new instance of the Identity class.

Identity(String, IList<String>)

Initializes a new instance of the Identity class.

Identity()

Initializes a new instance of the Identity class.

public Identity ();
Public Sub New ()

Applies to

Identity(String, IList<String>)

Initializes a new instance of the Identity class.

public Identity (string type, System.Collections.Generic.IList<string> identityIds);
new Microsoft.Azure.Management.DeploymentManager.Models.Identity : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DeploymentManager.Models.Identity
Public Sub New (type As String, identityIds As IList(Of String))

Parameters

type
String

The identity type.

identityIds
IList<String>

The list of identities.

Applies to