SyncErrorDetails Class

Definition

Synchronization error details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.SyncErrorDetailsTypeConverter))]
public class SyncErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ISyncErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.SyncErrorDetailsTypeConverter))>]
type SyncErrorDetails = class
    interface ISyncErrorDetails
    interface IJsonSerializable
Public Class SyncErrorDetails
Implements ISyncErrorDetails
Inheritance
SyncErrorDetails
Attributes
Implements

Constructors

SyncErrorDetails()

Creates an new SyncErrorDetails instance.

Properties

Conflict

Catalog items that have conflicting names.

Error

Errors that occured during synchronization.

OperationErrorCode

An identifier for the error.

OperationErrorMessage

A message describing the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SyncErrorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SyncErrorDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ISyncErrorDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SyncErrorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to