Partilhar via


PSContainerServiceServicePrincipalProfile Constructors

Definition

Overloads

PSContainerServiceServicePrincipalProfile()

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

PSContainerServiceServicePrincipalProfile(String, String)

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

PSContainerServiceServicePrincipalProfile()

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

public PSContainerServiceServicePrincipalProfile ();
Public Sub New ()

Applies to

PSContainerServiceServicePrincipalProfile(String, String)

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

public PSContainerServiceServicePrincipalProfile (string clientId, string secret = default);
new Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile : string * string -> Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile
Public Sub New (clientId As String, Optional secret As String = Nothing)

Parameters

clientId
String

The ID for the service principal.

secret
String

The secret password associated with the service principal in plain text.

Applies to