OutputStartMode Struct
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.
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartModeTypeConverter))]
public struct OutputStartMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputStartModeTypeConverter))>]
type OutputStartMode = struct
interface IArgumentCompleter
Public Structure OutputStartMode
Implements IArgumentCompleter, IEquatable(Of OutputStartMode)
- Inheritance
-
OutputStartMode
- Attributes
- Implements
Fields
CustomTime | |
JobStartTime | |
LastOutputEventTime |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OutputStartMode (override for Object) |
Equals(OutputStartMode) |
Compares values of enum type OutputStartMode |
GetHashCode() |
Returns hashCode for enum OutputStartMode |
ToString() |
Returns string representation for OutputStartMode |
Operators
Equality(OutputStartMode, OutputStartMode) |
Overriding == operator for enum OutputStartMode |
Implicit(OutputStartMode to String) |
Implicit operator to convert OutputStartMode to string |
Implicit(String to OutputStartMode) |
Implicit operator to convert string to OutputStartMode |
Inequality(OutputStartMode, OutputStartMode) |
Overriding != operator for enum OutputStartMode |