Compartir a través de


ExtensionPropertiesAksAssignedIdentity.Type Propiedad

Definición

Obtiene o establece el tipo de identidad. Entre los valores posibles se incluyen: "SystemAssigned", "UserAssigned"

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.KubernetesConfiguration.Models.AKSIdentityType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.KubernetesConfiguration.Models.AKSIdentityType> with get, set
Public Property Type As Nullable(Of AKSIdentityType)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a