次の方法で共有


ManagedClusterServicePrincipalProfile クラス

定義

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

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

コンストラクター

ManagedClusterServicePrincipalProfile()

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

ManagedClusterServicePrincipalProfile(String, String)

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

プロパティ

ClientId

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

Secret

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

メソッド

Validate()

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

適用対象