public final class AliasPathAttributes extends com.azure.core.util.ExpandableStringEnum<AliasPathAttributes>
| Modifier and Type | Field and Description |
|---|---|
static AliasPathAttributes |
MODIFIABLE
Static value Modifiable for AliasPathAttributes.
|
static AliasPathAttributes |
NONE
Static value None for AliasPathAttributes.
|
| Constructor and Description |
|---|
AliasPathAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static AliasPathAttributes |
fromString(String name)
Creates or finds a AliasPathAttributes from its string representation.
|
static Collection<AliasPathAttributes> |
values() |
public static final AliasPathAttributes NONE
public static final AliasPathAttributes MODIFIABLE
public static AliasPathAttributes fromString(String name)
name - a name to look for.public static Collection<AliasPathAttributes> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.