BotServiceProvisioningState Struct

Definition

public readonly struct BotServiceProvisioningState : IEquatable<Azure.ResourceManager.BotService.Models.BotServiceProvisioningState>
type BotServiceProvisioningState = struct
Public Structure BotServiceProvisioningState
Implements IEquatable(Of BotServiceProvisioningState)
Inheritance
BotServiceProvisioningState
Implements

Constructors

Name Description
BotServiceProvisioningState(String)

Initializes a new instance of BotServiceProvisioningState.

Properties

Name Description
Accepted

Gets the Accepted.

Creating

Gets the Creating.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Succeeded

Gets the Succeeded.

Updating

Gets the Updating.

Methods

Name Description
Equals(BotServiceProvisioningState)

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(BotServiceProvisioningState, BotServiceProvisioningState)

Determines if two BotServiceProvisioningState values are the same.

Implicit(String to BotServiceProvisioningState)

Converts a string to a BotServiceProvisioningState.

Implicit(String to Nullable<BotServiceProvisioningState>)
Inequality(BotServiceProvisioningState, BotServiceProvisioningState)

Determines if two BotServiceProvisioningState values are not the same.

Applies to