Udostępnij przez


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

Name Description
PartnerTopicReadinessState(String)

Initializes a new instance of PartnerTopicReadinessState.

Properties

Name Description
Activated

Activated.

NeverActivated

NeverActivated.

Methods

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

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