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

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