CognitiveServicesDeploymentState Struct

Definition

The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration.

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

Constructors

Name Description
CognitiveServicesDeploymentState(String)

Initializes a new instance of CognitiveServicesDeploymentState.

Properties

Name Description
Paused

The deployment is paused and not accepting inference requests.

Running

The deployment is running and accepting inference requests.

Methods

Name Description
Equals(CognitiveServicesDeploymentState)

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

Determines if two CognitiveServicesDeploymentState values are the same.

Implicit(String to CognitiveServicesDeploymentState)

Converts a string to a CognitiveServicesDeploymentState.

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

Determines if two CognitiveServicesDeploymentState values are not the same.

Applies to