CognitiveServicesAgentDeploymentProvisioningState 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 deployment, as an Azure resource.
public readonly struct CognitiveServicesAgentDeploymentProvisioningState : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgentDeploymentProvisioningState>
type CognitiveServicesAgentDeploymentProvisioningState = struct
Public Structure CognitiveServicesAgentDeploymentProvisioningState
Implements IEquatable(Of CognitiveServicesAgentDeploymentProvisioningState)
- Inheritance
-
CognitiveServicesAgentDeploymentProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesAgentDeploymentProvisioningState(String) |
Initializes a new instance of CognitiveServicesAgentDeploymentProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
The deployment was canceled. |
| Creating |
The deployment is being created. |
| Deleting |
The deployment is being deleted. |
| Failed |
The deployment failed. |
| Succeeded |
The deployment was successfully completed. |
| Updating |
The deployment is being updated. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesAgentDeploymentProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |