Share via


ArmSecurityCenterModelFactory.HealthReportResourceDetails Method

Definition

Initializes a new instance of HealthReportResourceDetails.

public static Azure.ResourceManager.SecurityCenter.Models.HealthReportResourceDetails HealthReportResourceDetails (Azure.ResourceManager.SecurityCenter.Models.HealthReportSource? source = default, Azure.Core.ResourceIdentifier id = default, string connectorId = default);
static member HealthReportResourceDetails : Nullable<Azure.ResourceManager.SecurityCenter.Models.HealthReportSource> * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.SecurityCenter.Models.HealthReportResourceDetails
Public Shared Function HealthReportResourceDetails (Optional source As Nullable(Of HealthReportSource) = Nothing, Optional id As ResourceIdentifier = Nothing, Optional connectorId As String = Nothing) As HealthReportResourceDetails

Parameters

source
Nullable<HealthReportSource>

The status of the health report.

id
ResourceIdentifier

The azure id of the resource.

connectorId
String

The id of the connector.

Returns

A new HealthReportResourceDetails instance for mocking.

Applies to