CloudEventAttributeType 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.
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
| Name | Description |
|---|---|
| CloudEventAttributeType(String) |
Initializes a new instance of CloudEventAttributeType. |
Properties
| Name | Description |
|---|---|
| CreateOrRemap |
CreateOrRemap type. |
| Propagate |
Propagate type. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |