Condividi tramite


DeepCreatedOrigin.Weight Property

Definition

Gets or sets weight of the origin in given origin group for load balancing. Must be between 1 and 1000

[Newtonsoft.Json.JsonProperty(PropertyName="properties.weight")]
public int? Weight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.weight")>]
member this.Weight : Nullable<int> with get, set
Public Property Weight As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to