Share via


StorageAccountSkuType Klasse

  • java.lang.Object
    • com.microsoft.azure.management.storage.StorageAccountSkuType

public final class StorageAccountSkuType

Definiert SKU-Werte für die Speicherkontoressource.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final StorageAccountSkuType PREMIUM_LRS

Statischer Wert PREMIUM_LRS für Speicherkonto-SKU-Typ.

static final StorageAccountSkuType STANDARD_GRS

Statischer Wert STANDARD_GRS für speicherkonto-Sku-Typ.

static final StorageAccountSkuType STANDARD_LRS

Statischer Wert STANDARD_LRS für speicherkonto-Sku-Typ.

static final StorageAccountSkuType STANDARD_RAGRS

Statischer Wert STANDARD_RAGRS für speicherkonto-Sku-Typ.

static final StorageAccountSkuType STANDARD_ZRS

Statischer Wert STANDARD_RAGRS für speicherkonto-Sku-Typ.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static StorageAccountSkuType fromSkuName(SkuName name)

Erstellt den SKU-Typdes Speicherkontosaus dem SKU-Namen.

SkuName name()

Geerbte Methoden von java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Felddetails

PREMIUM_LRS

public static final StorageAccountSkuType PREMIUM_LRS

Statischer Wert PREMIUM_LRS für StorageAccountSkuType.

STANDARD_GRS

public static final StorageAccountSkuType STANDARD_GRS

Statischer Wert STANDARD_GRS für StorageAccountSkuType.

STANDARD_LRS

public static final StorageAccountSkuType STANDARD_LRS

Statischer Wert STANDARD_LRS für StorageAccountSkuType.

STANDARD_RAGRS

public static final StorageAccountSkuType STANDARD_RAGRS

Statischer Wert STANDARD_RAGRS für StorageAccountSkuType.

STANDARD_ZRS

public static final StorageAccountSkuType STANDARD_ZRS

Statischer Wert STANDARD_RAGRS für StorageAccountSkuType.

Details zur Methode

fromSkuName

public static StorageAccountSkuType fromSkuName(SkuName name)

Erstellt StorageAccountSkuType anhand des sku-Namens.

Parameters:

name - der SKU-Name

Returns:

StorageAccountSkuType entspricht dem angegebenen SKU-Namen.

name

public SkuName name()

Returns:

Der SKU-Name des Speicherkontos

Gilt für: