Aracılığıyla paylaş


MockableSecurityCenterArmClient.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 virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>> GetSecurityHealthReportAsync (Azure.Core.ResourceIdentifier scope, string healthReportName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityHealthReportAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>>
override this.GetSecurityHealthReportAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>>
Public Overridable Function GetSecurityHealthReportAsync (scope As ResourceIdentifier, healthReportName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityHealthReportResource))

Parameters

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

healthReportName is null.

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

Applies to