ManagedServiceIdentityUserAssignedIdentitiesValue Constructors

Definition

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