CatalogSyncError 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.
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. |