ContainerServiceServicePrincipalProfile Constructors

Definition

Overloads

ContainerServiceServicePrincipalProfile()
ContainerServiceServicePrincipalProfile(String, String)

ContainerServiceServicePrincipalProfile()

public ContainerServiceServicePrincipalProfile ();
Public Sub New ()

Applies to

ContainerServiceServicePrincipalProfile(String, String)

public ContainerServiceServicePrincipalProfile (string clientId, string secret);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceServicePrincipalProfile : string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceServicePrincipalProfile
Public Sub New (clientId As String, secret As String)

Parameters

clientId
String
secret
String

Applies to