IAzureBackupJobResource.IsUserTriggered Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicated that whether the job is adhoc(true) or scheduled(false)
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Indicated that whether the job is adhoc(true) or scheduled(false)", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isUserTriggered")]
public bool? IsUserTriggered { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Indicated that whether the job is adhoc(true) or scheduled(false)", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isUserTriggered")>]
member this.IsUserTriggered : Nullable<bool> with get, set
Public Property IsUserTriggered As Nullable(Of Boolean)
Property Value
- Attributes