Share via


ApplicationGatewayBackendHealthServerHealth Struct

Definition

Health of backend server.

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

Constructors

ApplicationGatewayBackendHealthServerHealth(String)

Initializes a new instance of ApplicationGatewayBackendHealthServerHealth.

Properties

Down

Down.

Draining

Draining.

Partial

Partial.

Unknown

Unknown.

Up

Up.

Methods

Equals(ApplicationGatewayBackendHealthServerHealth)

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

Determines if two ApplicationGatewayBackendHealthServerHealth values are the same.

Implicit(String to ApplicationGatewayBackendHealthServerHealth)

Converts a string to a ApplicationGatewayBackendHealthServerHealth.

Inequality(ApplicationGatewayBackendHealthServerHealth, ApplicationGatewayBackendHealthServerHealth)

Determines if two ApplicationGatewayBackendHealthServerHealth values are not the same.

Applies to