ArmDevCenterModelFactory.DevCenterSyncStats 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.
Stats of the synchronization.
public static Azure.ResourceManager.DevCenter.Models.DevCenterSyncStats DevCenterSyncStats(int? added = default, int? updated = default, int? unchanged = default, int? removed = default, int? validationErrors = default, int? synchronizationErrors = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogItemType> syncedCatalogItemTypes = default);
static member DevCenterSyncStats : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * seq<Azure.ResourceManager.DevCenter.Models.DevCenterCatalogItemType> -> Azure.ResourceManager.DevCenter.Models.DevCenterSyncStats
Public Shared Function DevCenterSyncStats (Optional added As Nullable(Of Integer) = Nothing, Optional updated As Nullable(Of Integer) = Nothing, Optional unchanged As Nullable(Of Integer) = Nothing, Optional removed As Nullable(Of Integer) = Nothing, Optional validationErrors As Nullable(Of Integer) = Nothing, Optional synchronizationErrors As Nullable(Of Integer) = Nothing, Optional syncedCatalogItemTypes As IEnumerable(Of DevCenterCatalogItemType) = Nothing) As DevCenterSyncStats
Parameters
Count of catalog items that had validation errors during synchronization.
Count of synchronization errors that occured during synchronization.
- syncedCatalogItemTypes
- IEnumerable<DevCenterCatalogItemType>
Indicates catalog item types that were synced.
Returns
A new DevCenterSyncStats instance for mocking.