PartnerNamespaceChannelType 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.
The type of the event channel which represents the direction flow of events.
public readonly struct PartnerNamespaceChannelType : IEquatable<Azure.ResourceManager.EventGrid.Models.PartnerNamespaceChannelType>
type PartnerNamespaceChannelType = struct
Public Structure PartnerNamespaceChannelType
Implements IEquatable(Of PartnerNamespaceChannelType)
- Inheritance
-
PartnerNamespaceChannelType
- Implements
Constructors
PartnerNamespaceChannelType(String) |
Initializes a new instance of PartnerNamespaceChannelType. |
Properties
PartnerDestination |
PartnerDestination. |
PartnerTopic |
PartnerTopic. |
Methods
Equals(PartnerNamespaceChannelType) |
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(PartnerNamespaceChannelType, PartnerNamespaceChannelType) |
Determines if two PartnerNamespaceChannelType values are the same. |
Implicit(String to PartnerNamespaceChannelType) |
Converts a string to a PartnerNamespaceChannelType. |
Inequality(PartnerNamespaceChannelType, PartnerNamespaceChannelType) |
Determines if two PartnerNamespaceChannelType values are not the same. |
Applies to
Azure SDK for .NET