Uses of Class
com.azure.resourcemanager.elasticsan.models.VolumeNameList
Packages that use VolumeNameList
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of VolumeNameList in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type VolumeNameListModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<PreValidationResponseInner>, PreValidationResponseInner> VolumesClient.beginPreBackup
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeNameList parameters) Validate whether a disk snapshot backup can be taken for list of volumes.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<PreValidationResponseInner>, PreValidationResponseInner> VolumesClient.beginPreBackup
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeNameList parameters, com.azure.core.util.Context context) Validate whether a disk snapshot backup can be taken for list of volumes.VolumesClient.preBackup
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeNameList parameters) Validate whether a disk snapshot backup can be taken for list of volumes.VolumesClient.preBackup
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeNameList parameters, com.azure.core.util.Context context) Validate whether a disk snapshot backup can be taken for list of volumes. -
Uses of VolumeNameList in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return VolumeNameListModifier and TypeMethodDescriptionstatic VolumeNameList
VolumeNameList.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeNameList from the JsonReader.VolumeNameList.withVolumeNames
(List<String> volumeNames) Set the volumeNames property: array of volume names.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type VolumeNameListModifier and TypeMethodDescriptionVolumes.preBackup
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeNameList parameters) Validate whether a disk snapshot backup can be taken for list of volumes.Volumes.preBackup
(String resourceGroupName, String elasticSanName, String volumeGroupName, VolumeNameList parameters, com.azure.core.util.Context context) Validate whether a disk snapshot backup can be taken for list of volumes.