AliasPathAttributes Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resources.AliasPathAttributes

public final class AliasPathAttributes
extends com.microsoft.rest.ExpandableStringEnum<AliasPathAttributes>

Define valores para AliasPathAttributes.

Resumo do campo

Modificador e tipo Campo e descrição
static final AliasPathAttributes MODIFIABLE

Valor estático Modificável para atributos de caminhode alias.

static final AliasPathAttributes NONE

Valor estático Nenhum para Atributos de Caminhodo Alias.

Resumo do Construtor

Construtor Description
AliasPathAttributes()

Resumo do método

Modificador e tipo Método e descrição
static AliasPathAttributes fromString(String name)

Cria ou localiza atributos de caminhode aliasde sua representação de cadeia de caracteres.

static java.util.Collection<AliasPathAttributes> values()

Métodos herdados de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Métodos herdados de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalhes do campo

MODIFIABLE

public static final AliasPathAttributes MODIFIABLE

Valor estático Modificável para AliasPathAttributes.

NONE

public static final AliasPathAttributes NONE

Valor estático None para AliasPathAttributes.

Detalhes do construtor

AliasPathAttributes

public AliasPathAttributes()

Detalhes do método

fromString

public static AliasPathAttributes fromString(String name)

Cria ou localiza um AliasPathAttributes de sua representação de cadeia de caracteres.

Parameters:

name - um nome para procurar

Returns:

o AliasPathAttributes correspondente

values

public static Collection values()

Returns:

valores conhecidos de AliasPathAttributes

Aplica-se a