次の方法で共有


Profile.ProfileStatus プロパティ

定義

Traffic Manager プロファイルの状態を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象