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