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 struct ApplicationGatewayBackendHealthServerHealth : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealthServerHealth>
type ApplicationGatewayBackendHealthServerHealth = struct
Public Structure ApplicationGatewayBackendHealthServerHealth
Implements IEquatable(Of ApplicationGatewayBackendHealthServerHealth)
- Inheritance
-
System.ValueTypeApplicationGatewayBackendHealthServerHealth
- Implements
-
System.IEquatable<ApplicationGatewayBackendHealthServerHealth>
Constructors
ApplicationGatewayBackendHealthServerHealth(String) |
Determines if two ApplicationGatewayBackendHealthServerHealth values are the same. |
Properties
Down |
Down. |
Draining |
Draining. |
Partial |
Partial. |
Unknown |
Unknown. |
Up |
Up. |
Methods
Equals(ApplicationGatewayBackendHealthServerHealth) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
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. |