次の方法で共有


Profile.TrafficRoutingMethod プロパティ

定義

Traffic Manager プロファイルのトラフィック ルーティング方法を取得または設定します。 使用できる値は、'Performance'、'Priority'、'Weighted'、'Geographic'、'MultiValue'、'Subnet' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象