CognitiveServicesAgenticApplicationProvisioningState 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.
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. |