TrafficManagerEndpointAlwaysServeStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET