TopicSpacesConfigurationState 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.
Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled.
public readonly struct TopicSpacesConfigurationState : IEquatable<Azure.ResourceManager.EventGrid.Models.TopicSpacesConfigurationState>
type TopicSpacesConfigurationState = struct
Public Structure TopicSpacesConfigurationState
Implements IEquatable(Of TopicSpacesConfigurationState)
- Inheritance
-
TopicSpacesConfigurationState
- Implements
Constructors
TopicSpacesConfigurationState(String) |
Initializes a new instance of TopicSpacesConfigurationState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(TopicSpacesConfigurationState) |
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(TopicSpacesConfigurationState, TopicSpacesConfigurationState) |
Determines if two TopicSpacesConfigurationState values are the same. |
Implicit(String to TopicSpacesConfigurationState) |
Converts a string to a TopicSpacesConfigurationState. |
Inequality(TopicSpacesConfigurationState, TopicSpacesConfigurationState) |
Determines if two TopicSpacesConfigurationState values are not the same. |
Applies to
Azure SDK for .NET