Uses of Class
com.azure.resourcemanager.compute.models.SnapshotSkuType
-
Packages that use SnapshotSkuType Package Description com.azure.resourcemanager.compute.models 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 SnapshotSkuType Modifier and Type Field Description static SnapshotSkuTypeSnapshotSkuType. PREMIUM_LRSStatic value PREMIUM_LRS for SnapshotSkuType.static SnapshotSkuTypeSnapshotSkuType. STANDARD_LRSStatic value STANDARD_LRS for SnapshotSkuType.static SnapshotSkuTypeSnapshotSkuType. STANDARD_ZRSStatic value STANDARD_ZRS for SnapshotSkuType.Methods in com.azure.resourcemanager.compute.models that return SnapshotSkuType Modifier and Type Method Description static 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.SnapshotSkuTypeSnapshot. skuType()static SnapshotSkuType[]SnapshotSkuType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotSkuType Modifier and Type Method Description Snapshot.DefinitionStages.WithCreateSnapshot.DefinitionStages.WithSku. withSku(SnapshotSkuType sku)Specifies the SKU type.Snapshot.UpdateSnapshot.UpdateStages.WithSku. withSku(SnapshotSkuType sku)Specifies the SKU type.
-