ServicePrincipalProperties クラス

定義

ロード バランサーを構成するために Kubernetes によって使用される Azure サービス プリンシパル。

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

コンストラクター

ServicePrincipalProperties(String, String)

ServicePrincipalProperties の新しいインスタンスを初期化します。

プロパティ

ClientId

サービス プリンシパルのクライアント ID。

Secret

サービス プリンシパル シークレット。 これは、リソースに対する GET/PUT の応答では返されません。 これを確認するには、listKeys を呼び出してください。

適用対象