AliasPathAttributes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. deployments. models. AliasPathAttributes
- com.
- com.
public final class AliasPathAttributes
extends ExpandableStringEnum<AliasPathAttributes>
The attributes of the token that the alias path is referring to.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Alias |
MODIFIABLE
The token that the alias path is referring to is modifiable by policies with 'modify' effect. |
|
static final
Alias |
NONE
The token that the alias path is referring to has no attributes. |
Constructor Summary
| Constructor | Description |
|---|---|
| AliasPathAttributes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Alias |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Alias |
fromString(String name)
Creates or finds a Alias |
|
static
Collection<Alias |
values()
Gets known Alias |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MODIFIABLE
public static final AliasPathAttributes MODIFIABLE
The token that the alias path is referring to is modifiable by policies with 'modify' effect.
NONE
public static final AliasPathAttributes NONE
The token that the alias path is referring to has no attributes.
Constructor Details
AliasPathAttributes
@Deprecated
public AliasPathAttributes()
Deprecated
Creates a new instance of AliasPathAttributes value.
Method Details
fromString
public static AliasPathAttributes fromString(String name)
Creates or finds a AliasPathAttributes from its string representation.
Parameters:
Returns:
values
public static Collection<AliasPathAttributes> values()
Gets known AliasPathAttributes values.
Returns: