SyncErrorDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Synchronization error details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SyncErrorDetailsTypeConverter))]
public class SyncErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ISyncErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.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.Api20240501Preview.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. |