共用方式為


MonitorConfig.ProfileMonitorStatus Property

Definition

Gets or sets the profile-level monitoring status of the Traffic Manager profile. Possible values include: 'CheckingEndpoints', 'Online', 'Degraded', 'Disabled', 'Inactive'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to