| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SnapshotSkuType |
SnapshotSkuType.PREMIUM_LRS
Static value PREMIUM_LRS for SnapshotSkuType.
|
static SnapshotSkuType |
SnapshotSkuType.STANDARD_LRS
Static value STANDARD_LRS for SnapshotSkuType.
|
static SnapshotSkuType |
SnapshotSkuType.STANDARD_ZRS
Static value STANDARD_ZRS for SnapshotSkuType.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotSkuType |
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 |
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.
|
SnapshotSkuType |
Snapshot.skuType() |
static SnapshotSkuType[] |
SnapshotSkuType.values() |
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithSku.withSku(SnapshotSkuType sku)
Specifies the SKU type.
|
Snapshot.Update |
Snapshot.UpdateStages.WithSku.withSku(SnapshotSkuType sku)
Specifies the SKU type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.