ServerEndpointHealthState 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.
Type of the server endpoint health state.
public readonly struct ServerEndpointHealthState : IEquatable<Azure.ResourceManager.StorageSync.Models.ServerEndpointHealthState>
type ServerEndpointHealthState = struct
Public Structure ServerEndpointHealthState
Implements IEquatable(Of ServerEndpointHealthState)
- Inheritance
-
ServerEndpointHealthState
- Implements
Constructors
ServerEndpointHealthState(String) |
Initializes a new instance of ServerEndpointHealthState. |
Properties
Error |
Error. |
Healthy |
Healthy. |
Unavailable |
Unavailable. |
Methods
Equals(ServerEndpointHealthState) |
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(ServerEndpointHealthState, ServerEndpointHealthState) |
Determines if two ServerEndpointHealthState values are the same. |
Implicit(String to ServerEndpointHealthState) |
Converts a string to a ServerEndpointHealthState. |
Inequality(ServerEndpointHealthState, ServerEndpointHealthState) |
Determines if two ServerEndpointHealthState values are not the same. |
Applies to
Azure SDK for .NET