Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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() |
Modifier and Type | Method and Description |
---|---|
static Collection<ApplicationGatewayBackendHealthStatus> |
ApplicationGatewayBackendHealthStatus.values() |
Copyright © 2019. All rights reserved.