Uses of Class
com.azure.resourcemanager.compute.models.SnapshotStorageAccountTypes
Packages that use SnapshotStorageAccountTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SnapshotStorageAccountTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SnapshotStorageAccountTypes in com.azure.resourcemanager.compute.modelsFields in com.azure.resourcemanager.compute.models declared as SnapshotStorageAccountTypesModifier and TypeFieldDescriptionstatic final SnapshotStorageAccountTypesSnapshotStorageAccountTypes.PREMIUM_LRSStatic value Premium_LRS for SnapshotStorageAccountTypes.static final SnapshotStorageAccountTypesSnapshotStorageAccountTypes.STANDARD_LRSStatic value Standard_LRS for SnapshotStorageAccountTypes.static final SnapshotStorageAccountTypesSnapshotStorageAccountTypes.STANDARD_ZRSStatic value Standard_ZRS for SnapshotStorageAccountTypes.Methods in com.azure.resourcemanager.compute.models that return SnapshotStorageAccountTypesModifier and TypeMethodDescriptionSnapshotSkuType.accountType()Gets the account type associated with the SKU.static SnapshotStorageAccountTypesSnapshotStorageAccountTypes.fromString(String name) Creates or finds a SnapshotStorageAccountTypes from its string representation.SnapshotSku.name()Get the name property: The sku name.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SnapshotStorageAccountTypesModifier and TypeMethodDescriptionSnapshotStorageAccountTypes.values()Gets known SnapshotStorageAccountTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type SnapshotStorageAccountTypesModifier and TypeMethodDescriptionstatic 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.SnapshotSku.withName(SnapshotStorageAccountTypes name) Set the name property: The sku name.