public final class ConnectionMonitorEndpointFilterType extends com.microsoft.rest.ExpandableStringEnum<ConnectionMonitorEndpointFilterType>
| Modifier and Type | Field and Description |
|---|---|
static ConnectionMonitorEndpointFilterType |
INCLUDE
Static value Include for ConnectionMonitorEndpointFilterType.
|
| Constructor and Description |
|---|
ConnectionMonitorEndpointFilterType() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionMonitorEndpointFilterType |
fromString(String name)
Creates or finds a ConnectionMonitorEndpointFilterType from its string representation.
|
static Collection<ConnectionMonitorEndpointFilterType> |
values() |
public static final ConnectionMonitorEndpointFilterType INCLUDE
public static ConnectionMonitorEndpointFilterType fromString(String name)
name - a name to look forpublic static Collection<ConnectionMonitorEndpointFilterType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/