Uses of Class
com.azure.resourcemanager.netapp.models.BreakFileLocksRequest
Packages that use BreakFileLocksRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of BreakFileLocksRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type BreakFileLocksRequestModifier and TypeMethodDescriptionVolumesClient.beginBreakFileLocks
(String resourceGroupName, String accountName, String poolName, String volumeName, BreakFileLocksRequest body, com.azure.core.util.Context context) Break file locks Break all the file locks on a volume.void
VolumesClient.breakFileLocks
(String resourceGroupName, String accountName, String poolName, String volumeName, BreakFileLocksRequest body, com.azure.core.util.Context context) Break file locks Break all the file locks on a volume. -
Uses of BreakFileLocksRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return BreakFileLocksRequestModifier and TypeMethodDescriptionstatic BreakFileLocksRequest
BreakFileLocksRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BreakFileLocksRequest from the JsonReader.BreakFileLocksRequest.withClientIp
(String clientIp) Set the clientIp property: To clear file locks on a volume for a particular client.BreakFileLocksRequest.withConfirmRunningDisruptiveOperation
(Boolean confirmRunningDisruptiveOperation) Set the confirmRunningDisruptiveOperation property: Break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true.Methods in com.azure.resourcemanager.netapp.models with parameters of type BreakFileLocksRequestModifier and TypeMethodDescriptionvoid
Volume.breakFileLocks
(BreakFileLocksRequest body, com.azure.core.util.Context context) Break file locks Break all the file locks on a volume.void
Volumes.breakFileLocks
(String resourceGroupName, String accountName, String poolName, String volumeName, BreakFileLocksRequest body, com.azure.core.util.Context context) Break file locks Break all the file locks on a volume.