PartnerTopicRoutingMode 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.
This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic.
public readonly struct PartnerTopicRoutingMode : IEquatable<Azure.ResourceManager.EventGrid.Models.PartnerTopicRoutingMode>
type PartnerTopicRoutingMode = struct
Public Structure PartnerTopicRoutingMode
Implements IEquatable(Of PartnerTopicRoutingMode)
- Inheritance
-
PartnerTopicRoutingMode
- Implements
Constructors
PartnerTopicRoutingMode(String) |
Initializes a new instance of PartnerTopicRoutingMode. |
Properties
ChannelNameHeader |
ChannelNameHeader. |
SourceEventAttribute |
SourceEventAttribute. |
Methods
Equals(PartnerTopicRoutingMode) |
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(PartnerTopicRoutingMode, PartnerTopicRoutingMode) |
Determines if two PartnerTopicRoutingMode values are the same. |
Implicit(String to PartnerTopicRoutingMode) |
Converts a string to a PartnerTopicRoutingMode. |
Inequality(PartnerTopicRoutingMode, PartnerTopicRoutingMode) |
Determines if two PartnerTopicRoutingMode values are not the same. |
Applies to
Azure SDK for .NET