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.PSArgumentCompleter(new System.String[] { "Default", "ForceResync" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Field indicating sync type e.g. to sync only in case of failure or in all cases", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="syncType", Update=true)]
public string SyncType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Default", "ForceResync" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Field indicating sync type e.g. to sync only in case of failure or in all cases", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="syncType", Update=true)>]
member this.SyncType : string with get, set
Public Property SyncType As String

Property Value

Attributes

Applies to