你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CatalogConflictError Class

Definition

An individual conflict error.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogConflictErrorTypeConverter))]
public class CatalogConflictError : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogConflictError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.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.Api20240501Preview.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