EncodingCaptureDescription 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.
Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescriptionTypeConverter))]
public struct EncodingCaptureDescription : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescription>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.EncodingCaptureDescriptionTypeConverter))>]
type EncodingCaptureDescription = struct
interface IArgumentCompleter
Public Structure EncodingCaptureDescription
Implements IArgumentCompleter, IEquatable(Of EncodingCaptureDescription)
- Inheritance
-
EncodingCaptureDescription
- Attributes
- Implements
Fields
Avro | |
AvroDeflate |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EncodingCaptureDescription) |
Compares values of enum type EncodingCaptureDescription |
Equals(Object) |
Compares values of enum type EncodingCaptureDescription (override for Object) |
GetHashCode() |
Returns hashCode for enum EncodingCaptureDescription |
ToString() |
Returns string representation for EncodingCaptureDescription |
Operators
Equality(EncodingCaptureDescription, EncodingCaptureDescription) |
Overriding == operator for enum EncodingCaptureDescription |
Implicit(EncodingCaptureDescription to String) |
Implicit operator to convert EncodingCaptureDescription to string |
Implicit(String to EncodingCaptureDescription) |
Implicit operator to convert string to EncodingCaptureDescription |
Inequality(EncodingCaptureDescription, EncodingCaptureDescription) |
Overriding != operator for enum EncodingCaptureDescription |