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

ICatalogProperties.SyncState Property

Definition

The synchronization state of the catalog.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The synchronization state of the catalog.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncState) }, ReadOnly=true, Required=false, SerializedName="syncState")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncState? SyncState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The synchronization state of the catalog.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncState) }, ReadOnly=true, Required=false, SerializedName="syncState")>]
member this.SyncState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncState>
Public ReadOnly Property SyncState As Nullable(Of CatalogSyncState)

Property Value

Attributes

Applies to