LedgerSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. confidentialledger. models. LedgerSku
- com.
- com.
public final class LedgerSku
extends ExpandableStringEnum<LedgerSku>
SKU associated with the ledger resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ledger |
BASIC
Static value Basic for Ledger |
static final
Ledger |
STANDARD
Static value Standard for Ledger |
static final
Ledger |
UNKNOWN
Static value Unknown for Ledger |
Constructor Summary
Constructor | Description |
---|---|
LedgerSku() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ledger |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ledger |
fromString(String name)
Creates or finds a Ledger |
static
Collection<Ledger |
values()
Gets known Ledger |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BASIC
public static final LedgerSku BASIC
Static value Basic for LedgerSku.
STANDARD
public static final LedgerSku STANDARD
Static value Standard for LedgerSku.
UNKNOWN
public static final LedgerSku UNKNOWN
Static value Unknown for LedgerSku.
Constructor Details
LedgerSku
@Deprecated
public LedgerSku()
Deprecated
Creates a new instance of LedgerSku value.
Method Details
fromString
public static LedgerSku fromString(String name)
Creates or finds a LedgerSku from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known LedgerSku values.
Returns:
Applies to
Azure SDK for Java