public final class EndpointStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static EndpointStatus |
DISABLED
Static value Disabled for EndpointStatus.
|
static EndpointStatus |
ENABLED
Static value Enabled for EndpointStatus.
|
| Constructor and Description |
|---|
EndpointStatus(String value)
Creates a custom value for EndpointStatus.
|
public static final EndpointStatus ENABLED
public static final EndpointStatus DISABLED
public EndpointStatus(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.
*/