Udostępnij za pośrednictwem


TrafficManagerEndpointStatus Struct

Definition

The status of the endpoint. If the endpoint is Enabled, it is probed for endpoint health and is included in the traffic routing method.

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

Constructors

TrafficManagerEndpointStatus(String)

Initializes a new instance of TrafficManagerEndpointStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(TrafficManagerEndpointStatus)

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

Determines if two TrafficManagerEndpointStatus values are the same.

Implicit(String to TrafficManagerEndpointStatus)

Converts a string to a TrafficManagerEndpointStatus.

Inequality(TrafficManagerEndpointStatus, TrafficManagerEndpointStatus)

Determines if two TrafficManagerEndpointStatus values are not the same.

Applies to