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.voidVolumesClient.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 XMsDeleteSnapshotsXMsDeleteSnapshots.FALSEStatic value false for XMsDeleteSnapshots.static final XMsDeleteSnapshotsXMsDeleteSnapshots.TRUEStatic value true for XMsDeleteSnapshots.Methods in com.azure.resourcemanager.elasticsan.models that return XMsDeleteSnapshotsModifier and TypeMethodDescriptionstatic XMsDeleteSnapshotsXMsDeleteSnapshots.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 TypeMethodDescriptionvoidVolumes.delete(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, XMsDeleteSnapshots xMsDeleteSnapshots, XMsForceDelete xMsForceDelete, DeleteType deleteType, com.azure.core.util.Context context) Delete an Volume.voidVolumes.deleteByIdWithResponse(String id, XMsDeleteSnapshots xMsDeleteSnapshots, XMsForceDelete xMsForceDelete, DeleteType deleteType, com.azure.core.util.Context context) Delete an Volume.