Uses of Class
com.azure.resourcemanager.elasticsan.models.XMsForceDelete
Packages that use XMsForceDelete
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of XMsForceDelete in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type XMsForceDeleteModifier and TypeMethodDescriptionVolumesClient.beginDelete
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, XMsDeleteSnapshots xMsDeleteSnapshots, XMsForceDelete xMsForceDelete, DeleteType deleteType, com.azure.core.util.Context context) Delete an Volume.void
VolumesClient.delete
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, XMsDeleteSnapshots xMsDeleteSnapshots, XMsForceDelete xMsForceDelete, DeleteType deleteType, com.azure.core.util.Context context) Delete an Volume. -
Uses of XMsForceDelete in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as XMsForceDeleteModifier and TypeFieldDescriptionstatic final XMsForceDelete
XMsForceDelete.FALSE
Static value false for XMsForceDelete.static final XMsForceDelete
XMsForceDelete.TRUE
Static value true for XMsForceDelete.Methods in com.azure.resourcemanager.elasticsan.models that return XMsForceDeleteModifier and TypeMethodDescriptionstatic XMsForceDelete
XMsForceDelete.fromString
(String name) Creates or finds a XMsForceDelete from its string representation.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type XMsForceDeleteModifier and TypeMethodDescriptionstatic Collection
<XMsForceDelete> XMsForceDelete.values()
Gets known XMsForceDelete values.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type XMsForceDeleteModifier and TypeMethodDescriptionvoid
Volumes.delete
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, XMsDeleteSnapshots xMsDeleteSnapshots, XMsForceDelete xMsForceDelete, DeleteType deleteType, com.azure.core.util.Context context) Delete an Volume.void
Volumes.deleteByIdWithResponse
(String id, XMsDeleteSnapshots xMsDeleteSnapshots, XMsForceDelete xMsForceDelete, DeleteType deleteType, com.azure.core.util.Context context) Delete an Volume.