CatalogConflictError 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 conflict error.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.CatalogConflictErrorTypeConverter))]
public class CatalogConflictError : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICatalogConflictError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.CatalogConflictErrorTypeConverter))>]
type CatalogConflictError = class
interface ICatalogConflictError
interface IJsonSerializable
Public Class CatalogConflictError
Implements ICatalogConflictError
- Inheritance
-
CatalogConflictError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CatalogConflictError() |
Creates an new CatalogConflictError instance. |
Properties
| Name | Description |
|---|---|
| Name |
Name of the conflicting catalog item. |
| Path |
The path of the file that has a conflicting name. |
Methods
| Name | Description |
|---|---|
| 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.Api20250401Preview.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. |