ArmDevCenterModelFactory.DevCenterSyncStats Method

Definition

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

added
Nullable<Int32>

Count of catalog items added during synchronization.

updated
Nullable<Int32>

Count of catalog items updated during synchronization.

unchanged
Nullable<Int32>

Count of catalog items that were unchanged during synchronization.

removed
Nullable<Int32>

Count of catalog items removed during synchronization.

validationErrors
Nullable<Int32>

Count of catalog items that had validation errors during synchronization.

synchronizationErrors
Nullable<Int32>

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.

Applies to