次の方法で共有


Profile.TrafficViewEnrollmentStatus プロパティ

定義

Traffic Manager プロファイルの Traffic View が "有効" か "無効" かを示す値を取得または設定します。 Null は 、'Disabled' を示します。 この機能を有効にすると、Traffic Manage プロファイルのコストが増加します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象