Udostępnij za pośrednictwem


ServerEndpointHealthState Struct

Definition

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