ProjectsAgentVersion.Status Property
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.
The provisioning status of the agent version. Defaults to 'active' for non-hosted agents. For hosted agents, reflects infrastructure readiness.
public Azure.AI.Projects.Agents.AgentVersionStatus? Status { get; }
member this.Status : Nullable<Azure.AI.Projects.Agents.AgentVersionStatus>
Public ReadOnly Property Status As Nullable(Of AgentVersionStatus)