ManagedClusterPropertiesIdentityProfileValue Constructors

Definition

Overloads

ManagedClusterPropertiesIdentityProfileValue()

Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class.

ManagedClusterPropertiesIdentityProfileValue(String, String, String)

Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class.

ManagedClusterPropertiesIdentityProfileValue()

Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class.

public ManagedClusterPropertiesIdentityProfileValue ();
Public Sub New ()

Applies to

ManagedClusterPropertiesIdentityProfileValue(String, String, String)

Initializes a new instance of the ManagedClusterPropertiesIdentityProfileValue class.

public ManagedClusterPropertiesIdentityProfileValue (string resourceId = default, string clientId = default, string objectId = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPropertiesIdentityProfileValue : string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPropertiesIdentityProfileValue
Public Sub New (Optional resourceId As String = Nothing, Optional clientId As String = Nothing, Optional objectId As String = Nothing)

Parameters

resourceId
String

The resource id of the user assigned identity.

clientId
String

The client id of the user assigned identity.

objectId
String

The object id of the user assigned identity.

Applies to