StandardType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. StandardType
- com.
- com.
public final class StandardType
extends ExpandableStringEnum<StandardType>
Standard type (Custom or Default or Compliance only currently).
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Standard |
COMPLIANCE
Static value Compliance for Standard |
|
static final
Standard |
CUSTOM
Static value Custom for Standard |
|
static final
Standard |
DEFAULT
Static value Default for Standard |
Constructor Summary
| Constructor | Description |
|---|---|
| StandardType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Standard |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Standard |
fromString(String name)
Creates or finds a Standard |
|
static
Collection<Standard |
values()
Gets known Standard |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPLIANCE
public static final StandardType COMPLIANCE
Static value Compliance for StandardType.
CUSTOM
public static final StandardType CUSTOM
Static value Custom for StandardType.
DEFAULT
public static final StandardType DEFAULT
Static value Default for StandardType.
Constructor Details
StandardType
@Deprecated
public StandardType()
Deprecated
Creates a new instance of StandardType value.
Method Details
fromString
public static StandardType fromString(String name)
Creates or finds a StandardType from its string representation.
Parameters:
Returns:
values
public static Collection<StandardType> values()
Gets known StandardType values.
Returns: