CatalogResourceValidationErrorDetails 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.
List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogResourceValidationErrorDetailsTypeConverter))]
public class CatalogResourceValidationErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogResourceValidationErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogResourceValidationErrorDetailsTypeConverter))>]
type CatalogResourceValidationErrorDetails = class
interface ICatalogResourceValidationErrorDetails
interface IJsonSerializable
Public Class CatalogResourceValidationErrorDetails
Implements ICatalogResourceValidationErrorDetails
- Inheritance
-
CatalogResourceValidationErrorDetails
- Attributes
- Implements
Constructors
CatalogResourceValidationErrorDetails() |
Creates an new CatalogResourceValidationErrorDetails instance. |
Properties
Error |
Errors associated with resources synchronized from the catalog. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CatalogResourceValidationErrorDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CatalogResourceValidationErrorDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogResourceValidationErrorDetails. |
FromJsonString(String) |
Creates a new instance of CatalogResourceValidationErrorDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CatalogResourceValidationErrorDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |