ManagedClusterIdentityUserAssignedIdentitiesValue Constructors

Definition

Overloads

ManagedClusterIdentityUserAssignedIdentitiesValue()

Initializes a new instance of the ManagedClusterIdentityUserAssignedIdentitiesValue class.

ManagedClusterIdentityUserAssignedIdentitiesValue(String, String)

Initializes a new instance of the ManagedClusterIdentityUserAssignedIdentitiesValue class.

ManagedClusterIdentityUserAssignedIdentitiesValue()

Initializes a new instance of the ManagedClusterIdentityUserAssignedIdentitiesValue class.

public ManagedClusterIdentityUserAssignedIdentitiesValue ();
Public Sub New ()

Applies to

ManagedClusterIdentityUserAssignedIdentitiesValue(String, String)

Initializes a new instance of the ManagedClusterIdentityUserAssignedIdentitiesValue class.

public ManagedClusterIdentityUserAssignedIdentitiesValue (string principalId = default, string clientId = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterIdentityUserAssignedIdentitiesValue : string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterIdentityUserAssignedIdentitiesValue
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