Megosztás a következőn keresztül:


Endpoint.Priority Property

Definition

Gets or sets the priority of this endpoint when using the 'Priority' traffic routing method. Possible values are from 1 to 1000, lower values represent higher priority. This is an optional parameter. If specified, it must be specified on all endpoints, and no two endpoints can share the same priority value.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")]
public long? Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")>]
member this.Priority : Nullable<int64> with get, set
Public Property Priority As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to