ArmDevCenterModelFactory.DevCenterCatalogResourceValidationErrorDetails Method

Definition

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.

public static Azure.ResourceManager.DevCenter.Models.DevCenterCatalogResourceValidationErrorDetails DevCenterCatalogResourceValidationErrorDetails(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails> errors = default);
static member DevCenterCatalogResourceValidationErrorDetails : seq<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails> -> Azure.ResourceManager.DevCenter.Models.DevCenterCatalogResourceValidationErrorDetails
Public Shared Function DevCenterCatalogResourceValidationErrorDetails (Optional errors As IEnumerable(Of DevCenterCatalogErrorDetails) = Nothing) As DevCenterCatalogResourceValidationErrorDetails

Parameters

errors
IEnumerable<DevCenterCatalogErrorDetails>

Errors associated with resources synchronized from the catalog.

Returns

A new DevCenterCatalogResourceValidationErrorDetails instance for mocking.

Applies to