ContainerServiceServicePrincipalProfile 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
ContainerServiceServicePrincipalProfile() |
Initializes a new instance of the ContainerServiceServicePrincipalProfile class. |
ContainerServiceServicePrincipalProfile(String, String) |
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)
Initializes a new instance of the ContainerServiceServicePrincipalProfile class.
public ContainerServiceServicePrincipalProfile (string clientId, string secret);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceServicePrincipalProfile : string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceServicePrincipalProfile
Public Sub New (clientId As String, secret As String)
Parameters
- clientId
- String
The ID for the service principal.
- secret
- String
The secret password associated with the service principal.