Delen via


PublisherType Struct

Definition

Publisher type of the namespace topic.

public readonly struct PublisherType : IEquatable<Azure.ResourceManager.EventGrid.Models.PublisherType>
type PublisherType = struct
Public Structure PublisherType
Implements IEquatable(Of PublisherType)
Inheritance
PublisherType
Implements

Constructors

PublisherType(String)

Initializes a new instance of PublisherType.

Properties

Custom

Custom.

Methods

Equals(PublisherType)

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(PublisherType, PublisherType)

Determines if two PublisherType values are the same.

Implicit(String to PublisherType)

Converts a string to a PublisherType.

Inequality(PublisherType, PublisherType)

Determines if two PublisherType values are not the same.

Applies to