UpdateAzStreamAnalyticsJob_UpdateViaIdentityExpanded.OutputStartMode Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode) }, ReadOnly=false, Required=false, SerializedName="outputStartMode")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode))]
[System.Management.Automation.Parameter(HelpMessage="This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode OutputStartMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode) }, ReadOnly=false, Required=false, SerializedName="outputStartMode")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode))>]
[<System.Management.Automation.Parameter(HelpMessage="This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.", Mandatory=false)>]
member this.OutputStartMode : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode with get, set
Public Property OutputStartMode As OutputStartMode

Property Value

OutputStartMode
Attributes

Applies to