Compartir a través de


StorageService Clase

public class StorageService
extends ExpandableStringEnum<StorageService>

Tipos de servicio de almacenamiento de Azure.

Resumen del campo

Modificador y tipo Campo y descripción
static final StorageService BLOB

Valor estático Blob para el servicio Storage.

static final StorageService FILE

Archivo de valor estático para el servicio de almacenamiento.

static final StorageService QUEUE

Cola de valores estáticos para el servicio Storage.

static final StorageService TABLE

Tabla de valores estáticos para el servicio Storage.

Resumen del constructor

Constructor Description
StorageService()

Resumen del método

Modificador y tipo Método y descripción
static StorageService fromString(String name)

Crea o busca un tipo de servicio de servicio basado en su nombre.

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

Métodos heredados de ExpandableStringEnum

Métodos heredados 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

Detalles del campo

BLOB

public static final StorageService BLOB

Valor estático Blob para StorageService.

FILE

public static final StorageService FILE

Archivo de valor estático para StorageService.

QUEUE

public static final StorageService QUEUE

Cola de valores estáticos para StorageService.

TABLE

public static final StorageService TABLE

Tabla de valores estáticos para StorageService.

Detalles del constructor

StorageService

public StorageService()

Detalles del método

fromString

public static StorageService fromString(String name)

Crea o busca un tipo de servicio de servicio basado en su nombre.

Parameters:

name - un nombre que se va a buscar

Returns:

un storageService

values

public static Collection values()

Returns:

tipos de servicio de almacenamiento conocidos.

Se aplica a