Access Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. Access
- com.
- com.
public final class Access
extends ExpandableStringEnum<Access>
Access to be allowed or denied.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Access |
ALLOW
Allow. |
| static final Access |
DENY
Deny. |
Constructor Summary
| Constructor | Description |
|---|---|
| Access() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Access value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Access |
fromString(String name)
Creates or finds a Access from its string representation. |
| static Collection<Access> |
values()
Gets known Access values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW
public static final Access ALLOW
Allow.
DENY
public static final Access DENY
Deny.
Constructor Details
Access
@Deprecated
public Access()
Deprecated
Creates a new instance of Access value.
Method Details
fromString
public static Access fromString(String name)
Creates or finds a Access from its string representation.
Parameters:
Returns:
values
public static Collection<Access> values()
Gets known Access values.
Returns: