Share via


CloudEventAttributeType Struct

Definition

How to map events to the cloud.

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

Constructors

CloudEventAttributeType(String)

Initializes a new instance of CloudEventAttributeType.

Properties

CreateOrRemap

CreateOrRemap type.

Propagate

Propagate type.

Methods

Equals(CloudEventAttributeType)

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

Determines if two CloudEventAttributeType values are the same.

Implicit(String to CloudEventAttributeType)

Converts a String to a CloudEventAttributeType.

Inequality(CloudEventAttributeType, CloudEventAttributeType)

Determines if two CloudEventAttributeType values are not the same.

Applies to