Share via


ISyncBackupInstanceRequest.SyncType Property

Definition

Field indicating sync type e.g. to sync only in case of failure or in all cases

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Field indicating sync type e.g. to sync only in case of failure or in all cases", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType) }, ReadOnly=false, Required=false, SerializedName="syncType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType? SyncType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Field indicating sync type e.g. to sync only in case of failure or in all cases", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType) }, ReadOnly=false, Required=false, SerializedName="syncType")>]
member this.SyncType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType> with get, set
Public Property SyncType As Nullable(Of SyncType)

Property Value

Attributes

Applies to