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