RemoteAddressOperator Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. RemoteAddressOperator
- com.
- com.
public final class RemoteAddressOperator
extends com.microsoft.rest.ExpandableStringEnum<RemoteAddressOperator>
Defines values for RemoteAddressOperator.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Remote |
ANY
Static value Any for Remote |
static final
Remote |
GEO_MATCH
Static value Geo |
static final
Remote |
IPMATCH
Static value IPMatch for Remote |
Constructor Summary
Constructor | Description | |
---|---|---|
RemoteAddressOperator() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Remote |
fromString(String name)
Creates or finds a Remote |
static
java.util.Collection<Remote |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ANY
public static final RemoteAddressOperator ANY
Static value Any for RemoteAddressOperator.
GEO_MATCH
public static final RemoteAddressOperator GEO_MATCH
Static value GeoMatch for RemoteAddressOperator.
IPMATCH
public static final RemoteAddressOperator IPMATCH
Static value IPMatch for RemoteAddressOperator.
Constructor Details
RemoteAddressOperator
public RemoteAddressOperator()
Method Details
fromString
public static RemoteAddressOperator fromString(String name)
Creates or finds a RemoteAddressOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java