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.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 XMsForceDelete in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as XMsForceDeleteModifier and TypeFieldDescriptionstatic final XMsForceDeleteXMsForceDelete.FALSEStatic value false for XMsForceDelete.static final XMsForceDeleteXMsForceDelete.TRUEStatic value true for XMsForceDelete.Methods in com.azure.resourcemanager.elasticsan.models that return XMsForceDeleteModifier and TypeMethodDescriptionstatic XMsForceDeleteXMsForceDelete.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 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.