Compartir a través de


Sku.Tier Propiedad

Definición

Obtiene o establece el nivel de esta SKU determinada. Entre los valores posibles se incluyen: "Standard"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a