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

ArmDevCenterModelFactory.DevCenterCatalogSyncError Method

Definition

An individual synchronization error.

public static Azure.ResourceManager.DevCenter.Models.DevCenterCatalogSyncError DevCenterCatalogSyncError(string path = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails> errorDetails = default);
static member DevCenterCatalogSyncError : string * seq<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails> -> Azure.ResourceManager.DevCenter.Models.DevCenterCatalogSyncError
Public Shared Function DevCenterCatalogSyncError (Optional path As String = Nothing, Optional errorDetails As IEnumerable(Of DevCenterCatalogErrorDetails) = Nothing) As DevCenterCatalogSyncError

Parameters

path
String

The path of the file the error is associated with.

errorDetails
IEnumerable<DevCenterCatalogErrorDetails>

Errors associated with the file.

Returns

A new DevCenterCatalogSyncError instance for mocking.

Applies to