次の方法で共有


ContainerServiceServicePrincipalProfile コンストラクター

定義

オーバーロード

ContainerServiceServicePrincipalProfile()

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

ContainerServiceServicePrincipalProfile(String, String, KeyVaultSecretRef)

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

ContainerServiceServicePrincipalProfile()

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

public ContainerServiceServicePrincipalProfile ();
Public Sub New ()

適用対象

ContainerServiceServicePrincipalProfile(String, String, KeyVaultSecretRef)

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

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)

パラメーター

clientId
String

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

secret
String

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

keyVaultSecretRef
KeyVaultSecretRef

Azure Key Vaultに格納されているシークレットへの参照。

適用対象