次の方法で共有


ContainerServiceInner.ServicePrincipalProfile プロパティ

定義

Azure API の操作に使用するクラスターのサービス プリンシパル ID に関する情報を取得または設定します。 シークレットまたは keyVaultSecretRef の 1 つを指定する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.servicePrincipalProfile")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceServicePrincipalProfile ServicePrincipalProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.servicePrincipalProfile")>]
member this.ServicePrincipalProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceServicePrincipalProfile with get, set
Public Property ServicePrincipalProfile As ContainerServiceServicePrincipalProfile

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象