Freigeben über


CognitiveServicesAgenticApplicationProvisioningState Struct

Definition

Provisioning state of an agentic application.

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

Constructors

Name Description
CognitiveServicesAgenticApplicationProvisioningState(String)

Initializes a new instance of CognitiveServicesAgenticApplicationProvisioningState.

Properties

Name Description
Canceled

The application provisioning was canceled.

Creating

The application is being created.

Deleting

The application is being deleted.

Failed

The application provisioning failed.

Succeeded

The application was successfully provisioned.

Updating

The application is being updated.

Methods

Name Description
Equals(CognitiveServicesAgenticApplicationProvisioningState)

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

Determines if two CognitiveServicesAgenticApplicationProvisioningState values are the same.

Implicit(String to CognitiveServicesAgenticApplicationProvisioningState)

Converts a string to a CognitiveServicesAgenticApplicationProvisioningState.

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

Determines if two CognitiveServicesAgenticApplicationProvisioningState values are not the same.

Applies to