Freigeben über


CognitiveServicesAgentDeploymentProvisioningState Struct

Definition

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.

Operators

Name Description
Equality(CognitiveServicesAgentDeploymentProvisioningState, CognitiveServicesAgentDeploymentProvisioningState)

Determines if two CognitiveServicesAgentDeploymentProvisioningState values are the same.

Implicit(String to CognitiveServicesAgentDeploymentProvisioningState)

Converts a string to a CognitiveServicesAgentDeploymentProvisioningState.

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

Determines if two CognitiveServicesAgentDeploymentProvisioningState values are not the same.

Applies to