CatalogConflictError Class

Definition

An individual conflict error.

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

Constructors

CatalogConflictError()

Creates an new CatalogConflictError instance.

Properties

Name

Name of the conflicting catalog item.

Path

The path of the file that has a conflicting name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogConflictError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogConflictError.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogConflictError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to