次の方法で共有


IWithServicePrincipalProfile.WithServicePrincipal(String, String) メソッド

定義

クラスター サービス プリンシパルのプロパティ。

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinux WithServicePrincipal (string clientId, string secret);
abstract member WithServicePrincipal : string * string -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithLinux
Public Function WithServicePrincipal (clientId As String, secret As String) As IWithLinux

パラメーター

clientId
String

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

secret
String

サービス プリンシパルに関連付けられているシークレット パスワード。

戻り値

適用対象