Share via


DataflowEndpointKafkaAck Struct

Definition

DataflowEndpoint Kafka Acks properties.

public readonly struct DataflowEndpointKafkaAck : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaAck>
type DataflowEndpointKafkaAck = struct
Public Structure DataflowEndpointKafkaAck
Implements IEquatable(Of DataflowEndpointKafkaAck)
Inheritance
DataflowEndpointKafkaAck
Implements

Constructors

DataflowEndpointKafkaAck(String)

Initializes a new instance of DataflowEndpointKafkaAck.

Properties

All

ALL Option.

One

ONE Option.

Zero

ZERO Option.

Methods

Equals(DataflowEndpointKafkaAck)

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(DataflowEndpointKafkaAck, DataflowEndpointKafkaAck)

Determines if two DataflowEndpointKafkaAck values are the same.

Implicit(String to DataflowEndpointKafkaAck)

Converts a String to a DataflowEndpointKafkaAck.

Inequality(DataflowEndpointKafkaAck, DataflowEndpointKafkaAck)

Determines if two DataflowEndpointKafkaAck values are not the same.

Applies to