PSContainerServiceServicePrincipalProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.