다음을 통해 공유


EventHubsSchemaCompatibility Struct

Definition

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