Freigeben über


NetAppVolumeResource.GetRansomwareReportAsync Method

Definition

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.

Applies to