Udostępnij przez


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

Name Description
TopicTypeProvisioningState(String)

Initializes a new instance of TopicTypeProvisioningState.

Properties

Name Description
Canceled

Canceled.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Succeeded

Succeeded.

Updating

Updating.

Methods

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

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