IAzureBackupJobResource.IsUserTriggered Property

Definition

Indicated that whether the job is adhoc(true) or scheduled(false)

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Indicated that whether the job is adhoc(true) or scheduled(false)", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isUserTriggered", Update=true)]
public bool? IsUserTriggered { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Indicated that whether the job is adhoc(true) or scheduled(false)", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isUserTriggered", Update=true)>]
member this.IsUserTriggered : Nullable<bool> with get, set
Public Property IsUserTriggered As Nullable(Of Boolean)

Property Value

Attributes

Applies to