TopicTypeProvisioningState Struct

Definition

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