Sdílet prostřednictvím


TrafficManagerEndpointMonitorStatus Struct

Definition

The monitoring status of the endpoint.

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

Constructors

TrafficManagerEndpointMonitorStatus(String)

Initializes a new instance of TrafficManagerEndpointMonitorStatus.

Properties

CheckingEndpoint

CheckingEndpoint.

Degraded

Degraded.

Disabled

Disabled.

Inactive

Inactive.

Online

Online.

Stopped

Stopped.

Unmonitored

Unmonitored.

Methods

Equals(TrafficManagerEndpointMonitorStatus)

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(TrafficManagerEndpointMonitorStatus, TrafficManagerEndpointMonitorStatus)

Determines if two TrafficManagerEndpointMonitorStatus values are the same.

Implicit(String to TrafficManagerEndpointMonitorStatus)

Converts a string to a TrafficManagerEndpointMonitorStatus.

Inequality(TrafficManagerEndpointMonitorStatus, TrafficManagerEndpointMonitorStatus)

Determines if two TrafficManagerEndpointMonitorStatus values are not the same.

Applies to