Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointProperties
Packages that use RestorePointProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of RestorePointProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type RestorePointPropertiesModifier and TypeClassDescriptionfinal classThe restore point properties.Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointPropertiesModifier and TypeMethodDescriptionstatic RestorePointPropertiesRestorePointProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointProperties from the JsonReader.RestorePointProperties.withConsistencyMode(ConsistencyModeTypes consistencyMode) Set the consistencyMode property: ConsistencyMode of the RestorePoint.RestorePointProperties.withExcludeDisks(List<ApiEntityReference> excludeDisks) Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointProperties.withInstantAccessDurationMinutes(Integer instantAccessDurationMinutes) Set the instantAccessDurationMinutes property: This property determines the time in minutes the snapshot is retained as instant access for restoring Premium SSD v2 or Ultra disk with fast restore performance in this restore point.RestorePointProperties.withSourceMetadata(RestorePointSourceMetadata sourceMetadata) Set the sourceMetadata property: Gets the details of the VM captured at the time of the restore point creation.RestorePointProperties.withSourceRestorePoint(ApiEntityReference sourceRestorePoint) Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointProperties.withTimeCreated(OffsetDateTime timeCreated) Set the timeCreated property: Gets the creation time of the restore point.