Uses of Class
com.azure.resourcemanager.elasticsan.models.XMsDeleteSnapshots
Packages that use XMsDeleteSnapshots
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of XMsDeleteSnapshots in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type XMsDeleteSnapshotsModifier 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 XMsDeleteSnapshots in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as XMsDeleteSnapshotsModifier and TypeFieldDescriptionstatic final XMsDeleteSnapshots
XMsDeleteSnapshots.FALSE
Static value false for XMsDeleteSnapshots.static final XMsDeleteSnapshots
XMsDeleteSnapshots.TRUE
Static value true for XMsDeleteSnapshots.Methods in com.azure.resourcemanager.elasticsan.models that return XMsDeleteSnapshotsModifier and TypeMethodDescriptionstatic XMsDeleteSnapshots
XMsDeleteSnapshots.fromString
(String name) Creates or finds a XMsDeleteSnapshots from its string representation.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type XMsDeleteSnapshotsModifier and TypeMethodDescriptionstatic Collection
<XMsDeleteSnapshots> XMsDeleteSnapshots.values()
Gets known XMsDeleteSnapshots values.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type XMsDeleteSnapshotsModifier 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.