ArmDevCenterModelFactory.DevCenterSyncErrorDetails 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.
Synchronization error details.
public static Azure.ResourceManager.DevCenter.Models.DevCenterSyncErrorDetails DevCenterSyncErrorDetails(Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails operationError = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogConflictError> conflicts = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogSyncError> errors = default);
static member DevCenterSyncErrorDetails : Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails * seq<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogConflictError> * seq<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogSyncError> -> Azure.ResourceManager.DevCenter.Models.DevCenterSyncErrorDetails
Public Shared Function DevCenterSyncErrorDetails (Optional operationError As DevCenterCatalogErrorDetails = Nothing, Optional conflicts As IEnumerable(Of DevCenterCatalogConflictError) = Nothing, Optional errors As IEnumerable(Of DevCenterCatalogSyncError) = Nothing) As DevCenterSyncErrorDetails
Parameters
- operationError
- DevCenterCatalogErrorDetails
Error information for the overall synchronization operation.
- conflicts
- IEnumerable<DevCenterCatalogConflictError>
Catalog items that have conflicting names.
- errors
- IEnumerable<DevCenterCatalogSyncError>
Errors that occured during synchronization.
Returns
A new DevCenterSyncErrorDetails instance for mocking.