你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevCenterSyncStats Class

Definition

Stats of the synchronization.

public class DevCenterSyncStats : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.DevCenterSyncStats>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.DevCenterSyncStats>
type DevCenterSyncStats = class
    interface IJsonModel<DevCenterSyncStats>
    interface IPersistableModel<DevCenterSyncStats>
Public Class DevCenterSyncStats
Implements IJsonModel(Of DevCenterSyncStats), IPersistableModel(Of DevCenterSyncStats)
Inheritance
DevCenterSyncStats
Implements

Properties

Name Description
Added

Count of catalog items added during synchronization.

Removed

Count of catalog items removed during synchronization.

SyncedCatalogItemTypes

Indicates catalog item types that were synced.

SynchronizationErrors

Count of synchronization errors that occured during synchronization.

Unchanged

Count of catalog items that were unchanged during synchronization.

Updated

Count of catalog items updated during synchronization.

ValidationErrors

Count of catalog items that had validation errors during synchronization.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DevCenterSyncStats>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DevCenterSyncStats>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DevCenterSyncStats>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DevCenterSyncStats>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DevCenterSyncStats>.Write(ModelReaderWriterOptions)

Applies to