PartnerTopicActivationState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activation state of the partner topic.
public readonly struct PartnerTopicActivationState : IEquatable<Azure.ResourceManager.EventGrid.Models.PartnerTopicActivationState>
type PartnerTopicActivationState = struct
Public Structure PartnerTopicActivationState
Implements IEquatable(Of PartnerTopicActivationState)
- Inheritance
-
PartnerTopicActivationState
- Implements
Constructors
PartnerTopicActivationState(String) |
Initializes a new instance of PartnerTopicActivationState. |
Properties
Activated |
Activated. |
Deactivated |
Deactivated. |
NeverActivated |
NeverActivated. |
Methods
Equals(PartnerTopicActivationState) |
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(PartnerTopicActivationState, PartnerTopicActivationState) |
Determines if two PartnerTopicActivationState values are the same. |
Implicit(String to PartnerTopicActivationState) |
Converts a string to a PartnerTopicActivationState. |
Inequality(PartnerTopicActivationState, PartnerTopicActivationState) |
Determines if two PartnerTopicActivationState values are not the same. |
Applies to
Azure SDK for .NET