IdentityUserAssignedIdentitiesValue 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
IdentityUserAssignedIdentitiesValue() |
Initializes a new instance of the IdentityUserAssignedIdentitiesValue class. |
IdentityUserAssignedIdentitiesValue(String, String) |
Initializes a new instance of the IdentityUserAssignedIdentitiesValue class. |
IdentityUserAssignedIdentitiesValue()
Initializes a new instance of the IdentityUserAssignedIdentitiesValue class.
public IdentityUserAssignedIdentitiesValue ();
Public Sub New ()
Applies to
IdentityUserAssignedIdentitiesValue(String, String)
Initializes a new instance of the IdentityUserAssignedIdentitiesValue class.
public IdentityUserAssignedIdentitiesValue (string principalId = default, string clientId = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.IdentityUserAssignedIdentitiesValue : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.IdentityUserAssignedIdentitiesValue
Public Sub New (Optional principalId As String = Nothing, Optional clientId As String = Nothing)
Parameters
- principalId
- String
The principal id of user assigned identity.
- clientId
- String
The client id of user assigned identity.
Applies to
Azure SDK for .NET