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