ICatalog.SyncType Property

Definition

Indicates the type of sync that is configured for the catalog.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates the type of sync that is configured for the catalog.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType) }, ReadOnly=false, Required=false, SerializedName="syncType")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType? SyncType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates the type of sync that is configured for the catalog.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType) }, ReadOnly=false, Required=false, SerializedName="syncType")>]
member this.SyncType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.CatalogSyncType> with get, set
Public Property SyncType As Nullable(Of CatalogSyncType)

Property Value

Attributes

Applies to