你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerServiceInner.ServicePrincipalProfile 属性

定义

获取或设置有关群集的服务主体标识的信息,该标识用于操作 Azure API。 需要指定机密或 keyVaultSecretRef 的确切之一。

[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

适用于