AccessDecision Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AccessDecision
- com.
- com.
public final class AccessDecision
extends ExpandableStringEnum<AccessDecision>
Access Decision, specifies access is allowed or not.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Access |
ALLOWED
Static value Allowed for Access |
|
static final
Access |
NOT_ALLOWED
Static value Not |
|
static final
Access |
OTHER
Static value Other for Access |
Constructor Summary
| Constructor | Description |
|---|---|
| AccessDecision() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Access |
fromString(String name)
Creates or finds a Access |
|
static
Collection<Access |
values()
Gets known Access |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOWED
public static final AccessDecision ALLOWED
Static value Allowed for AccessDecision.
NOT_ALLOWED
public static final AccessDecision NOT_ALLOWED
Static value NotAllowed for AccessDecision.
OTHER
public static final AccessDecision OTHER
Static value Other for AccessDecision.
Constructor Details
AccessDecision
@Deprecated
public AccessDecision()
Deprecated
Creates a new instance of AccessDecision value.
Method Details
fromString
public static AccessDecision fromString(String name)
Creates or finds a AccessDecision from its string representation.
Parameters:
Returns:
values
public static Collection<AccessDecision> values()
Gets known AccessDecision values.
Returns: