SecurityCenterExtensions.GetSecurityHealthReportAsync 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 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
- 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET