Uses of Class
com.azure.resourcemanager.compute.fluent.models.RestorePointProperties
-
Packages that use RestorePointProperties Package Description com.azure.resourcemanager.compute.fluent.models 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 RestorePointProperties Modifier and Type Method Description RestorePointPropertiesRestorePointProperties. withExcludeDisks(List<ApiEntityReference> excludeDisks)Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointPropertiesRestorePointProperties. withSourceRestorePoint(ApiEntityReference sourceRestorePoint)Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointPropertiesRestorePointProperties. withTimeCreated(OffsetDateTime timeCreated)Set the timeCreated property: Gets the creation time of the restore point.
-