ContainerServiceServicePrincipalProfile クラス

定義

Azure API の操作に使用するクラスターのサービス プリンシパル ID に関する情報。

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

コンストラクター

ContainerServiceServicePrincipalProfile()

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

ContainerServiceServicePrincipalProfile(String, String)

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

プロパティ

ClientId

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

Secret

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

メソッド

Validate()

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

適用対象