次の方法で共有


ContainerServiceServicePrincipalProfile クラス

定義

Azure API の操作に使用するクラスターのサービス プリンシパル ID に関する情報。 secret または keyVaultSecretRef を指定する必要があります。

public class ContainerServiceServicePrincipalProfile
type ContainerServiceServicePrincipalProfile = class
Public Class ContainerServiceServicePrincipalProfile
継承
ContainerServiceServicePrincipalProfile

コンストラクター

ContainerServiceServicePrincipalProfile()

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

ContainerServiceServicePrincipalProfile(String, String, KeyVaultSecretRef)

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

プロパティ

ClientId

サービス プリンシパルの ID を取得または設定します。

KeyVaultSecretRef

Azure Key Vaultに格納されているシークレットへの参照を取得または設定します。

Secret

サービス プリンシパルに関連付けられているシークレット パスワードをプレーン テキストで取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象