Delen via


PartnerTopicReadinessState Struct

Definition

The readiness state of the corresponding partner topic.

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

Constructors

PartnerTopicReadinessState(String)

Initializes a new instance of PartnerTopicReadinessState.

Properties

Activated

Activated.

NeverActivated

NeverActivated.

Methods

Equals(PartnerTopicReadinessState)

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

Determines if two PartnerTopicReadinessState values are the same.

Implicit(String to PartnerTopicReadinessState)

Converts a string to a PartnerTopicReadinessState.

Inequality(PartnerTopicReadinessState, PartnerTopicReadinessState)

Determines if two PartnerTopicReadinessState values are not the same.

Applies to