SchemaType 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.
Argument completer implementation for SchemaType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaTypeTypeConverter))]
public struct SchemaType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.SchemaTypeTypeConverter))>]
type SchemaType = struct
interface IArgumentCompleter
Public Structure SchemaType
Implements IArgumentCompleter, IEquatable(Of SchemaType)
- Inheritance
-
SchemaType
- Attributes
- Implements
Fields
Avro | |
Unknown |
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 SchemaType (override for Object) |
Equals(SchemaType) |
Compares values of enum type SchemaType |
GetHashCode() |
Returns hashCode for enum SchemaType |
ToString() |
Returns string representation for SchemaType |
Operators
Equality(SchemaType, SchemaType) |
Overriding == operator for enum SchemaType |
Implicit(SchemaType to String) |
Implicit operator to convert SchemaType to string |
Implicit(String to SchemaType) |
Implicit operator to convert string to SchemaType |
Inequality(SchemaType, SchemaType) |
Overriding != operator for enum SchemaType |