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
Methods in com.azure.resourcemanager.compute.fluent.models that return RestorePointPropertiesModifier and TypeMethodDescriptionRestorePointProperties.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.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.