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