Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServerHealth.DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServerHealth.DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServerHealth.PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServerHealth.UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServerHealth.UP
Static value Up for ApplicationGatewayBackendHealthServerHealth.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServerHealth.fromString(String name)
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.
|
ApplicationGatewayBackendHealthServerHealth |
ApplicationGatewayBackendHealthServer.health()
Get the health value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ApplicationGatewayBackendHealthServerHealth> |
ApplicationGatewayBackendHealthServerHealth.values() |
Modifier and Type | Method and Description |
---|---|
ApplicationGatewayBackendHealthServer |
ApplicationGatewayBackendHealthServer.withHealth(ApplicationGatewayBackendHealthServerHealth health)
Set the health value.
|
Copyright © 2019. All rights reserved.