ValueType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ValueType
- com.
- com.
public final class ValueType
extends ExpandableStringEnum<ValueType>
The value type of the items in the list.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Value |
IP_CIDR
An IP range in CIDR format (e. |
|
static final
Value |
STRING
Any string value. |
Constructor Summary
| Constructor | Description |
|---|---|
| ValueType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Value |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Value |
fromString(String name)
Creates or finds a Value |
|
static
Collection<Value |
values()
Gets known Value |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
IP_CIDR
public static final ValueType IP_CIDR
An IP range in CIDR format (e.g. '192.168.0.1/8').
STRING
public static final ValueType STRING
Any string value.
Constructor Details
ValueType
@Deprecated
public ValueType()
Deprecated
Creates a new instance of ValueType value.
Method Details
fromString
public static ValueType fromString(String name)
Creates or finds a ValueType from its string representation.
Parameters:
Returns:
values
public static Collection<ValueType> values()
Gets known ValueType values.
Returns: