@Beta(value=V1_8_0) public final class SnapshotSkuType extends Object
Modifier and Type | Field and Description |
---|---|
static SnapshotSkuType |
PREMIUM_LRS
Static value PREMIUM_LRS for SnapshotSkuType.
|
static SnapshotSkuType |
STANDARD_LRS
Static value STANDARD_LRS for SnapshotSkuType.
|
static SnapshotSkuType |
STANDARD_ZRS
Static value STANDARD_ZRS for SnapshotSkuType.
|
Modifier and Type | Method and Description |
---|---|
SnapshotStorageAccountTypes |
accountType() |
boolean |
equals(Object obj) |
static SnapshotSkuType |
fromSnapshotSku(SnapshotSku snapshotSku)
Parses a value into a snapshot SKU type and creates a new SnapshotSkuType instance if not found among
the existing ones.
|
static SnapshotSkuType |
fromStorageAccountType(SnapshotStorageAccountTypes value)
Parses a value into a snapshot SKU type and creates a new SnapshotSkuType instance if not found
among the existing ones.
|
int |
hashCode() |
String |
toString() |
static SnapshotSkuType[] |
values() |
public static final SnapshotSkuType STANDARD_LRS
public static final SnapshotSkuType PREMIUM_LRS
public static final SnapshotSkuType STANDARD_ZRS
public static SnapshotSkuType[] values()
public static SnapshotSkuType fromStorageAccountType(SnapshotStorageAccountTypes value)
value
- a snapshot SKU type namepublic static SnapshotSkuType fromSnapshotSku(SnapshotSku snapshotSku)
snapshotSku
- a snapshot SKU type namepublic SnapshotStorageAccountTypes accountType()
Copyright © 2019. All rights reserved.