Share via


CognitiveServicesPrivateEndpointConnectionProvisioningState Struct

Definition

The current provisioning state.

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

Constructors

CognitiveServicesPrivateEndpointConnectionProvisioningState(String)

Initializes a new instance of CognitiveServicesPrivateEndpointConnectionProvisioningState.

Properties

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Succeeded

Succeeded.

Methods

Equals(CognitiveServicesPrivateEndpointConnectionProvisioningState)

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

Determines if two CognitiveServicesPrivateEndpointConnectionProvisioningState values are the same.

Implicit(String to CognitiveServicesPrivateEndpointConnectionProvisioningState)

Converts a string to a CognitiveServicesPrivateEndpointConnectionProvisioningState.

Inequality(CognitiveServicesPrivateEndpointConnectionProvisioningState, CognitiveServicesPrivateEndpointConnectionProvisioningState)

Determines if two CognitiveServicesPrivateEndpointConnectionProvisioningState values are not the same.

Applies to