ArmDevCenterModelFactory.DevCenterCatalogSyncError 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.
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.