다음을 통해 공유


TrafficManagerEndpointAlwaysServeStatus Struct

Definition

If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.

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

Constructors

TrafficManagerEndpointAlwaysServeStatus(String)

Initializes a new instance of TrafficManagerEndpointAlwaysServeStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(TrafficManagerEndpointAlwaysServeStatus)

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

Determines if two TrafficManagerEndpointAlwaysServeStatus values are the same.

Implicit(String to TrafficManagerEndpointAlwaysServeStatus)

Converts a string to a TrafficManagerEndpointAlwaysServeStatus.

Inequality(TrafficManagerEndpointAlwaysServeStatus, TrafficManagerEndpointAlwaysServeStatus)

Determines if two TrafficManagerEndpointAlwaysServeStatus values are not the same.

Applies to