public final class RemoteAddressOperator extends com.azure.core.util.ExpandableStringEnum<RemoteAddressOperator>
| Modifier and Type | Field and Description |
|---|---|
static RemoteAddressOperator |
ANY
Static value Any for RemoteAddressOperator.
|
static RemoteAddressOperator |
GEO_MATCH
Static value GeoMatch for RemoteAddressOperator.
|
static RemoteAddressOperator |
IPMATCH
Static value IPMatch for RemoteAddressOperator.
|
| Constructor and Description |
|---|
RemoteAddressOperator() |
| Modifier and Type | Method and Description |
|---|---|
static RemoteAddressOperator |
fromString(String name)
Creates or finds a RemoteAddressOperator from its string representation.
|
static Collection<RemoteAddressOperator> |
values() |
public static final RemoteAddressOperator ANY
public static final RemoteAddressOperator IPMATCH
public static final RemoteAddressOperator GEO_MATCH
public static RemoteAddressOperator fromString(String name)
name - a name to look for.public static Collection<RemoteAddressOperator> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.