CatalogSyncError Class

Definition

An individual synchronization error.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.CatalogSyncErrorTypeConverter))]
public class CatalogSyncError : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ICatalogSyncError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.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.Api20231001Preview.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