Freigeben über


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

Name Description
PublisherType(String)

Initializes a new instance of PublisherType.

Properties

Name Description
Custom

Custom.

Methods

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

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