Identity 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
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.