ArmDevCenterModelFactory.DevCenterCatalogResourceValidationErrorDetails Method
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.
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 associated with resources synchronized from the catalog.
Returns
A new DevCenterCatalogResourceValidationErrorDetails instance for mocking.