Condividi tramite


PartnerNamespaceChannelType Struct

Definition

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