Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointCollectionProperties
Packages that use RestorePointCollectionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of RestorePointCollectionProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type RestorePointCollectionPropertiesModifier and TypeClassDescriptionfinal classThe restore point collection properties.Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointCollectionPropertiesModifier and TypeMethodDescriptionRestorePointCollectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointCollectionProperties from the JsonReader.RestorePointCollectionProperties.withInstantAccess(Boolean instantAccess) Set the instantAccess property: This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk.RestorePointCollectionProperties.withSource(RestorePointCollectionSourceProperties source) Set the source property: The properties of the source resource that this restore point collection is created from.