TopicTypeProvisioningState 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.
Provisioning state of the topic type.
public readonly struct TopicTypeProvisioningState : IEquatable<Azure.ResourceManager.EventGrid.Models.TopicTypeProvisioningState>
type TopicTypeProvisioningState = struct
Public Structure TopicTypeProvisioningState
Implements IEquatable(Of TopicTypeProvisioningState)
- Inheritance
-
TopicTypeProvisioningState
- Implements
Constructors
TopicTypeProvisioningState(String) |
Initializes a new instance of TopicTypeProvisioningState. |
Properties
Canceled |
Canceled. |
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(TopicTypeProvisioningState) |
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(TopicTypeProvisioningState, TopicTypeProvisioningState) |
Determines if two TopicTypeProvisioningState values are the same. |
Implicit(String to TopicTypeProvisioningState) |
Converts a string to a TopicTypeProvisioningState. |
Inequality(TopicTypeProvisioningState, TopicTypeProvisioningState) |
Determines if two TopicTypeProvisioningState values are not the same. |
Applies to
Azure SDK for .NET