次の方法で共有


ManagedClusterServicePrincipalProfile(String) コンストラクター

定義

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

public ManagedClusterServicePrincipalProfile (string clientId);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterServicePrincipalProfile : string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterServicePrincipalProfile
Public Sub New (clientId As String)

パラメーター

clientId
String

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

例外

clientId が null です。

適用対象