public final class ConnectionMonitorType extends com.azure.core.util.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 for.public static Collection<ConnectionMonitorType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.