Uses of Class
com.azure.resourcemanager.compute.models.EdgeZoneStorageAccountType
Packages that use EdgeZoneStorageAccountType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of EdgeZoneStorageAccountType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type EdgeZoneStorageAccountType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the storage account type to be used to store the image.Fields in com.azure.resourcemanager.compute.models declared as EdgeZoneStorageAccountTypeModifier and TypeFieldDescriptionstatic final EdgeZoneStorageAccountTypeEdgeZoneStorageAccountType.PREMIUM_LRSStatic value Premium_LRS for EdgeZoneStorageAccountType.static final EdgeZoneStorageAccountTypeEdgeZoneStorageAccountType.STANDARD_LRSStatic value Standard_LRS for EdgeZoneStorageAccountType.static final EdgeZoneStorageAccountTypeEdgeZoneStorageAccountType.STANDARD_SSD_LRSStatic value StandardSSD_LRS for EdgeZoneStorageAccountType.static final EdgeZoneStorageAccountTypeEdgeZoneStorageAccountType.STANDARD_ZRSStatic value Standard_ZRS for EdgeZoneStorageAccountType.Methods in com.azure.resourcemanager.compute.models that return EdgeZoneStorageAccountTypeModifier and TypeMethodDescriptionstatic EdgeZoneStorageAccountTypeEdgeZoneStorageAccountType.fromString(String name) Creates or finds a EdgeZoneStorageAccountType from its string representation.GalleryTargetExtendedLocation.storageAccountType()Get the storageAccountType property: Specifies the storage account type to be used to store the image.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type EdgeZoneStorageAccountTypeModifier and TypeMethodDescriptionstatic Collection<EdgeZoneStorageAccountType> EdgeZoneStorageAccountType.values()Gets known EdgeZoneStorageAccountType values.Methods in com.azure.resourcemanager.compute.models with parameters of type EdgeZoneStorageAccountTypeModifier and TypeMethodDescriptionGalleryTargetExtendedLocation.withStorageAccountType(EdgeZoneStorageAccountType storageAccountType) Set the storageAccountType property: Specifies the storage account type to be used to store the image.