BotServicePrivateEndpointConnectionProvisioningState 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.
The current provisioning state.
public readonly struct BotServicePrivateEndpointConnectionProvisioningState : IEquatable<Azure.ResourceManager.BotService.Models.BotServicePrivateEndpointConnectionProvisioningState>
type BotServicePrivateEndpointConnectionProvisioningState = struct
Public Structure BotServicePrivateEndpointConnectionProvisioningState
Implements IEquatable(Of BotServicePrivateEndpointConnectionProvisioningState)
- Inheritance
-
BotServicePrivateEndpointConnectionProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| BotServicePrivateEndpointConnectionProvisioningState(String) |
Initializes a new instance of BotServicePrivateEndpointConnectionProvisioningState. |
Properties
| Name | Description |
|---|---|
| Creating |
Creating. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(BotServicePrivateEndpointConnectionProvisioningState) |
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(BotServicePrivateEndpointConnectionProvisioningState, BotServicePrivateEndpointConnectionProvisioningState) |
Determines if two BotServicePrivateEndpointConnectionProvisioningState values are the same. |
| Implicit(String to BotServicePrivateEndpointConnectionProvisioningState) |
Converts a String to a BotServicePrivateEndpointConnectionProvisioningState. |
| Inequality(BotServicePrivateEndpointConnectionProvisioningState, BotServicePrivateEndpointConnectionProvisioningState) |
Determines if two BotServicePrivateEndpointConnectionProvisioningState values are not the same. |