TrafficManagerEndpointMonitorStatus 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.
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
Azure SDK for .NET