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