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

CatalogSyncError Class

Definition

An individual synchronization error.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogSyncErrorTypeConverter))]
public class CatalogSyncError : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogSyncError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogSyncErrorTypeConverter))>]
type CatalogSyncError = class
    interface ICatalogSyncError
    interface IJsonSerializable
Public Class CatalogSyncError
Implements ICatalogSyncError
Inheritance
CatalogSyncError
Attributes
Implements

Constructors

CatalogSyncError()

Creates an new CatalogSyncError instance.

Properties

ErrorDetail

Errors associated with the file.

Path

The path of the file the error is associated with.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogSyncError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogSyncError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogSyncError.

FromJsonString(String)

Creates a new instance of CatalogSyncError, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogSyncError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to