Freigeben über


CognitiveServicesAgentDeploymentState Struct

Definition

Current operational state of the agentic functionality represented by this deployment.

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

Constructors

Name Description
CognitiveServicesAgentDeploymentState(String)

Initializes a new instance of CognitiveServicesAgentDeploymentState.

Properties

Name Description
Deleted

The deployment was deleted.

Deleting

The deployment is being deleted.

Failed

The deployment failed.

Running

The deployment started/is operational.

Starting

The deployment is starting.

Stopped

The deployment was stopped.

Stopping

The deployment is being stopped.

Updating

The deployment is being updated.

Methods

Name Description
Equals(CognitiveServicesAgentDeploymentState)

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

Determines if two CognitiveServicesAgentDeploymentState values are the same.

Implicit(String to CognitiveServicesAgentDeploymentState)

Converts a string to a CognitiveServicesAgentDeploymentState.

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

Determines if two CognitiveServicesAgentDeploymentState values are not the same.

Applies to