Uses of Class
com.azure.resourcemanager.elasticsan.models.DiskSnapshotList
Packages that use DiskSnapshotList
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of DiskSnapshotList in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type DiskSnapshotListModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<PreValidationResponseInner>, PreValidationResponseInner> VolumesClient.beginPreRestore
(String resourceGroupName, String elasticSanName, String volumeGroupName, DiskSnapshotList parameters) Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<PreValidationResponseInner>, PreValidationResponseInner> VolumesClient.beginPreRestore
(String resourceGroupName, String elasticSanName, String volumeGroupName, DiskSnapshotList parameters, com.azure.core.util.Context context) Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.VolumesClient.preRestore
(String resourceGroupName, String elasticSanName, String volumeGroupName, DiskSnapshotList parameters) Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.VolumesClient.preRestore
(String resourceGroupName, String elasticSanName, String volumeGroupName, DiskSnapshotList parameters, com.azure.core.util.Context context) Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes. -
Uses of DiskSnapshotList in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return DiskSnapshotListModifier and TypeMethodDescriptionstatic DiskSnapshotList
DiskSnapshotList.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiskSnapshotList from the JsonReader.DiskSnapshotList.withDiskSnapshotIds
(List<String> diskSnapshotIds) Set the diskSnapshotIds property: array of DiskSnapshot ARM IDs.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type DiskSnapshotListModifier and TypeMethodDescriptionVolumes.preRestore
(String resourceGroupName, String elasticSanName, String volumeGroupName, DiskSnapshotList parameters) Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.Volumes.preRestore
(String resourceGroupName, String elasticSanName, String volumeGroupName, DiskSnapshotList parameters, com.azure.core.util.Context context) Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.