Share via


ContainerServiceServicePrincipalProfile Constructors

Definition

Overloads

ContainerServiceServicePrincipalProfile()

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

ContainerServiceServicePrincipalProfile(String, String, KeyVaultSecretRef)

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

ContainerServiceServicePrincipalProfile()

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

public ContainerServiceServicePrincipalProfile ();
Public Sub New ()

Applies to

ContainerServiceServicePrincipalProfile(String, String, KeyVaultSecretRef)

Initializes a new instance of the ContainerServiceServicePrincipalProfile class.

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

Parameters

clientId
String

The ID for the service principal.

secret
String

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

keyVaultSecretRef
KeyVaultSecretRef

Reference to a secret stored in Azure Key Vault.

Applies to