JsonOutputSerializationFormat 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.
Specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.JsonOutputSerializationFormatTypeConverter))]
public struct JsonOutputSerializationFormat : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.JsonOutputSerializationFormat>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.JsonOutputSerializationFormatTypeConverter))>]
type JsonOutputSerializationFormat = struct
interface IArgumentCompleter
Public Structure JsonOutputSerializationFormat
Implements IArgumentCompleter, IEquatable(Of JsonOutputSerializationFormat)
- Inheritance
-
JsonOutputSerializationFormat
- Attributes
- Implements
Fields
Array | |
LineSeparated |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(JsonOutputSerializationFormat) |
Compares values of enum type JsonOutputSerializationFormat |
Equals(Object) |
Compares values of enum type JsonOutputSerializationFormat (override for Object) |
GetHashCode() |
Returns hashCode for enum JsonOutputSerializationFormat |
ToString() |
Returns string representation for JsonOutputSerializationFormat |
Operators
Equality(JsonOutputSerializationFormat, JsonOutputSerializationFormat) |
Overriding == operator for enum JsonOutputSerializationFormat |
Implicit(JsonOutputSerializationFormat to String) |
Implicit operator to convert JsonOutputSerializationFormat to string |
Implicit(String to JsonOutputSerializationFormat) |
Implicit operator to convert string to JsonOutputSerializationFormat |
Inequality(JsonOutputSerializationFormat, JsonOutputSerializationFormat) |
Overriding != operator for enum JsonOutputSerializationFormat |