SecurityCenterExtensions.GetSecurityHealthReport 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 Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource> GetSecurityHealthReport (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string healthReportName, System.Threading.CancellationToken cancellationToken = default);
static member GetSecurityHealthReport : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>
<Extension()>
Public Function GetSecurityHealthReport (client As ArmClient, 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
client
or healthReportName
is null.
healthReportName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET