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
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