Share via


SecurityCenterExtensions.GetSecurityHealthReportAsync Method

Definition

Get health report of resource

  • Request Path: /{resourceId}/providers/Microsoft.Security/healthReports/{healthReportName}
  • Operation Id: HealthReports_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: SecurityHealthReportResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>> GetSecurityHealthReportAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string healthReportName, System.Threading.CancellationToken cancellationToken = default);
static member GetSecurityHealthReportAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>>
<Extension()>
Public Function GetSecurityHealthReportAsync (client As ArmClient, scope As ResourceIdentifier, healthReportName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityHealthReportResource))

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

healthReportName
String

The health report Key - Unique key for the health report type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or healthReportName is null.

healthReportName is an empty string, and was expected to be non-empty.

Applies to