AliasPathAttributes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. 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
Static value Modifiable for Alias |
static final
Alias |
NONE
Static value None for Alias |
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
Static value Modifiable for AliasPathAttributes.
NONE
public static final AliasPathAttributes NONE
Static value None for AliasPathAttributes.
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
Gets known AliasPathAttributes values.
Returns:
Applies to
Azure SDK for Java