你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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