EventHubsSchemaCompatibility 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.
The EventHubsSchemaCompatibility.
public readonly struct EventHubsSchemaCompatibility : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsSchemaCompatibility>
type EventHubsSchemaCompatibility = struct
Public Structure EventHubsSchemaCompatibility
Implements IEquatable(Of EventHubsSchemaCompatibility)
- Inheritance
-
EventHubsSchemaCompatibility
- Implements
Constructors
EventHubsSchemaCompatibility(String) |
Initializes a new instance of EventHubsSchemaCompatibility. |
Properties
Backward |
Backward. |
Forward |
Forward. |
None |
None. |
Methods
Equals(EventHubsSchemaCompatibility) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EventHubsSchemaCompatibility, EventHubsSchemaCompatibility) |
Determines if two EventHubsSchemaCompatibility values are the same. |
Implicit(String to EventHubsSchemaCompatibility) |
Converts a String to a EventHubsSchemaCompatibility. |
Inequality(EventHubsSchemaCompatibility, EventHubsSchemaCompatibility) |
Determines if two EventHubsSchemaCompatibility values are not the same. |
Applies to
Azure SDK for .NET