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