HealthReportSource Struct
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.
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. |