NetAppVolumeResource.GetRansomwareReportAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get details of the specified ransomware report (ARP) ARP reports are created with a list of suspected files when it detects any combination of high data entropy, abnormal volume activity with data encryption, and unusual file extensions. ARP creates snapshots named Anti_ransomware_backup when it detects a potential ransomware threat. You can use one of these ARP snapshots or another snapshot of your volume to restore data.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/ransomwareReports/{ransomwareReportName}
- Operation Id: RansomwareReports_Get
- Default Api Version: 2025-09-01-preview
- Resource: RansomwareReportResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.RansomwareReportResource>> GetRansomwareReportAsync(string ransomwareReportName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRansomwareReportAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.RansomwareReportResource>>
override this.GetRansomwareReportAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetApp.RansomwareReportResource>>
Public Overridable Function GetRansomwareReportAsync (ransomwareReportName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RansomwareReportResource))
Parameters
- ransomwareReportName
- String
The name of the ransomware report.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
ransomwareReportName is null.
ransomwareReportName is an empty string, and was expected to be non-empty.