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
Static value Ip |
|
static final
Value |
STRING
Static value String for 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
Static value IpCidr for ValueType.
STRING
public static final ValueType STRING
Static value String for ValueType.
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: