Share via


HealthReportSource Struct

Definition

The platform where the assessed resource resides.

public readonly struct HealthReportSource : IEquatable<Azure.ResourceManager.SecurityCenter.Models.HealthReportSource>
type HealthReportSource = struct
Public Structure HealthReportSource
Implements IEquatable(Of HealthReportSource)
Inheritance
HealthReportSource
Implements

Constructors

HealthReportSource(String)

Initializes a new instance of HealthReportSource.

Properties

Azure

Resource is in Azure.

OnPremise

Resource in an on premise machine connected to Azure cloud.

OnPremiseSql

SQL Resource in an on premise machine connected to Azure cloud.

Methods

Equals(HealthReportSource)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(HealthReportSource, HealthReportSource)

Determines if two HealthReportSource values are the same.

Implicit(String to HealthReportSource)

Converts a string to a HealthReportSource.

Inequality(HealthReportSource, HealthReportSource)

Determines if two HealthReportSource values are not the same.

Applies to