| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.DOWN
The server is down.
|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.DRAINING
The server is draining.
|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.PARTIAL
Partial health status.
|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.UNHEALTHY
The server is unhealthy.
|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.UNKNOWN
Unknown health status.
|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.UP
The server is up.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendHealthStatus.fromString(String name)
Finds or creates a backend health status based on the specified name.
|
ApplicationGatewayBackendHealthStatus |
ApplicationGatewayBackendServerHealth.status() |
Copyright © 2021 Microsoft Corporation. All rights reserved.