Uses of Class
com.azure.resourcemanager.compute.models.SnapshotStorageAccountTypes
-
Packages that use SnapshotStorageAccountTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SnapshotStorageAccountTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SnapshotStorageAccountTypes Modifier and Type Field Description static SnapshotStorageAccountTypesSnapshotStorageAccountTypes. PREMIUM_LRSStatic value Premium_LRS for SnapshotStorageAccountTypes.static SnapshotStorageAccountTypesSnapshotStorageAccountTypes. STANDARD_LRSStatic value Standard_LRS for SnapshotStorageAccountTypes.static SnapshotStorageAccountTypesSnapshotStorageAccountTypes. STANDARD_ZRSStatic value Standard_ZRS for SnapshotStorageAccountTypes.Methods in com.azure.resourcemanager.compute.models that return SnapshotStorageAccountTypes Modifier and Type Method Description SnapshotStorageAccountTypesSnapshotSkuType. accountType()static SnapshotStorageAccountTypesSnapshotStorageAccountTypes. fromString(String name)Creates or finds a SnapshotStorageAccountTypes from its string representation.SnapshotStorageAccountTypesSnapshotSku. name()Get the name property: The sku name.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SnapshotStorageAccountTypes Modifier and Type Method Description static Collection<SnapshotStorageAccountTypes>SnapshotStorageAccountTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotStorageAccountTypes Modifier and Type Method Description 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.SnapshotSkuSnapshotSku. withName(SnapshotStorageAccountTypes name)Set the name property: The sku name.
-