public final class EndpointMonitorStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static EndpointMonitorStatus |
CHECKING_ENDPOINT
Static value CheckingEndpoint for EndpointMonitorStatus.
|
static EndpointMonitorStatus |
DEGRADED
Static value Degraded for EndpointMonitorStatus.
|
static EndpointMonitorStatus |
DISABLED
Static value Disabled for EndpointMonitorStatus.
|
static EndpointMonitorStatus |
INACTIVE
Static value Inactive for EndpointMonitorStatus.
|
static EndpointMonitorStatus |
ONLINE
Static value Online for EndpointMonitorStatus.
|
static EndpointMonitorStatus |
STOPPED
Static value Stopped for EndpointMonitorStatus.
|
| Constructor and Description |
|---|
EndpointMonitorStatus(String value)
Creates a custom value for EndpointMonitorStatus.
|
public static final EndpointMonitorStatus CHECKING_ENDPOINT
public static final EndpointMonitorStatus ONLINE
public static final EndpointMonitorStatus DEGRADED
public static final EndpointMonitorStatus DISABLED
public static final EndpointMonitorStatus INACTIVE
public static final EndpointMonitorStatus STOPPED
public EndpointMonitorStatus(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.
*/