| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.PREMIUM_LRS
Static value Premium_LRS for SnapshotStorageAccountTypes.
|
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.STANDARD_LRS
Static value Standard_LRS for SnapshotStorageAccountTypes.
|
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.STANDARD_ZRS
Static value Standard_ZRS for SnapshotStorageAccountTypes.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotStorageAccountTypes |
SnapshotSkuType.accountType() |
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.fromString(String name)
Creates or finds a SnapshotStorageAccountTypes from its string representation.
|
SnapshotStorageAccountTypes |
SnapshotSku.name()
Get the name property: The sku name.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotSkuType |
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.
|
SnapshotSku |
SnapshotSku.withName(SnapshotStorageAccountTypes name)
Set the name property: The sku name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.