public final class ApplicationGatewayBackendHealthServerHealth extends Object
| Modifier and Type | Field and Description |
|---|---|
static ApplicationGatewayBackendHealthServerHealth |
DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
UP
Static value Up for ApplicationGatewayBackendHealthServerHealth.
|
| Constructor and Description |
|---|
ApplicationGatewayBackendHealthServerHealth(String value)
Creates a custom value for ApplicationGatewayBackendHealthServerHealth.
|
public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN
public static final ApplicationGatewayBackendHealthServerHealth UP
public static final ApplicationGatewayBackendHealthServerHealth DOWN
public static final ApplicationGatewayBackendHealthServerHealth PARTIAL
public ApplicationGatewayBackendHealthServerHealth(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/