ManagedClusterAddonProfileIdentity Constructors

Definition

Overloads

ManagedClusterAddonProfileIdentity()

Initializes a new instance of the ManagedClusterAddonProfileIdentity class.

ManagedClusterAddonProfileIdentity(String, String, String)

Initializes a new instance of the ManagedClusterAddonProfileIdentity class.

ManagedClusterAddonProfileIdentity()

Initializes a new instance of the ManagedClusterAddonProfileIdentity class.

public ManagedClusterAddonProfileIdentity ();
Public Sub New ()

Applies to

ManagedClusterAddonProfileIdentity(String, String, String)

Initializes a new instance of the ManagedClusterAddonProfileIdentity class.

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