Uses of Class
com.azure.resourcemanager.compute.models.SnapshotSkuType
Packages that use SnapshotSkuType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SnapshotSkuType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SnapshotSkuTypeModifier and TypeFieldDescriptionstatic final SnapshotSkuTypeSnapshotSkuType.PREMIUM_LRSStatic value PREMIUM_LRS for SnapshotSkuType.static final SnapshotSkuTypeSnapshotSkuType.STANDARD_LRSStatic value STANDARD_LRS for SnapshotSkuType.static final SnapshotSkuTypeSnapshotSkuType.STANDARD_ZRSStatic value STANDARD_ZRS for SnapshotSkuType.Methods in com.azure.resourcemanager.compute.models that return SnapshotSkuTypeModifier and TypeMethodDescriptionstatic SnapshotSkuTypeSnapshotSkuType.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 SnapshotSkuTypeSnapshotSkuType.fromStorageAccountType(SnapshotStorageAccountTypes value) Parses a value into a snapshot SKU type and creates a new SnapshotSkuType instance if not found among the existing ones.Snapshot.skuType()Gets the snapshot SKU type.static SnapshotSkuType[]SnapshotSkuType.values()Gets predefined snapshot SKU types.Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotSkuTypeModifier and TypeMethodDescriptionSnapshot.DefinitionStages.WithSku.withSku(SnapshotSkuType sku) Specifies the SKU type.Snapshot.UpdateStages.WithSku.withSku(SnapshotSkuType sku) Specifies the SKU type.