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