KeySource Clase
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. storage. KeySource
- com.
- com.
public final class KeySource
extends com.microsoft.rest.ExpandableStringEnum<KeySource>
Define valores para KeySource.
Resumen del campo
Modificador y tipo | Campo y descripción |
---|---|
static final
Key |
MICROSOFT_KEYVAULT
Valor estático de Microsoft. |
static final
Key |
MICROSOFT_STORAGE
Valor estático de Microsoft. |
Resumen del constructor
Constructor | Description | |
---|---|---|
KeySource() |
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
static
Key |
fromString(String name)
Crea o busca un origen de clave |
static
java.util.Collection<Key |
values() |
Métodos heredados de com.microsoft.rest.ExpandableStringEnum
Métodos heredados de java.lang.Object
Detalles del campo
MICROSOFT_KEYVAULT
public static final KeySource MICROSOFT_KEYVAULT
Valor estático Microsoft.Keyvault para KeySource.
MICROSOFT_STORAGE
public static final KeySource MICROSOFT_STORAGE
Valor estático Microsoft.Storage para KeySource.
Detalles del constructor
KeySource
public KeySource()
Detalles del método
fromString
public static KeySource fromString(String name)
Crea o busca un keySource a partir de su representación de cadena.
Parameters:
Returns:
values
public static Collection
Returns:
Se aplica a
Azure SDK for Java