Freigeben über


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

Name Description
PartnerNamespaceChannelType(String)

Initializes a new instance of PartnerNamespaceChannelType.

Properties

Name Description
PartnerDestination

PartnerDestination.

PartnerTopic

PartnerTopic.

Methods

Name Description
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

Name Description
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