Bagikan melalui


TrafficManagerProfileMonitorStatus Struct

Definition

The profile-level monitoring status of the Traffic Manager profile.

public readonly struct TrafficManagerProfileMonitorStatus : IEquatable<Azure.ResourceManager.TrafficManager.Models.TrafficManagerProfileMonitorStatus>
type TrafficManagerProfileMonitorStatus = struct
Public Structure TrafficManagerProfileMonitorStatus
Implements IEquatable(Of TrafficManagerProfileMonitorStatus)
Inheritance
TrafficManagerProfileMonitorStatus
Implements

Constructors

TrafficManagerProfileMonitorStatus(String)

Initializes a new instance of TrafficManagerProfileMonitorStatus.

Properties

CheckingEndpoints

CheckingEndpoints.

Degraded

Degraded.

Disabled

Disabled.

Inactive

Inactive.

Online

Online.

Methods

Equals(TrafficManagerProfileMonitorStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TrafficManagerProfileMonitorStatus, TrafficManagerProfileMonitorStatus)

Determines if two TrafficManagerProfileMonitorStatus values are the same.

Implicit(String to TrafficManagerProfileMonitorStatus)

Converts a string to a TrafficManagerProfileMonitorStatus.

Inequality(TrafficManagerProfileMonitorStatus, TrafficManagerProfileMonitorStatus)

Determines if two TrafficManagerProfileMonitorStatus values are not the same.

Applies to