次の方法で共有


ContainerServiceServicePrincipalProfile コンストラクター

定義

オーバーロード

ContainerServiceServicePrincipalProfile()

ContainerServiceServicePrincipalProfile クラスの新しいインスタンスを初期化します。

ContainerServiceServicePrincipalProfile(String, String)

ContainerServiceServicePrincipalProfile クラスの新しいインスタンスを初期化します。

ContainerServiceServicePrincipalProfile()

ContainerServiceServicePrincipalProfile クラスの新しいインスタンスを初期化します。

public ContainerServiceServicePrincipalProfile ();
Public Sub New ()

適用対象

ContainerServiceServicePrincipalProfile(String, String)

ContainerServiceServicePrincipalProfile クラスの新しいインスタンスを初期化します。

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)

パラメーター

clientId
String

サービス プリンシパルの ID。

secret
String

サービス プリンシパルに関連付けられているシークレット パスワード。

適用対象