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

IHealthErrorSummary Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HealthErrorSummaryTypeConverter))]
public interface IHealthErrorSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HealthErrorSummaryTypeConverter))>]
type IHealthErrorSummary = interface
    interface IJsonSerializable
Public Interface IHealthErrorSummary
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AffectedResourceCorrelationId

The list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

AffectedResourceSubtype

The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable.

AffectedResourceType

The type of affected ARM resource.

Category

The category of the health error.

Severity

Severity of error.

SummaryCode

The code of the health error.

SummaryMessage

The summary message of the health error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to