ArmSecurityCenterModelFactory.HealthReportResourceDetails 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.
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.
The azure id of the resource.
- connectorId
- String
The id of the connector.
Returns
A new HealthReportResourceDetails instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET