CognitiveServicesAgenticApplicationProperties Class
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.
Resource type representing an agentic application as a management construct.
public class CognitiveServicesAgenticApplicationProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesResourceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgenticApplicationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgenticApplicationProperties>
type CognitiveServicesAgenticApplicationProperties = class
inherit CognitiveServicesResourceBase
interface IJsonModel<CognitiveServicesAgenticApplicationProperties>
interface IPersistableModel<CognitiveServicesAgenticApplicationProperties>
Public Class CognitiveServicesAgenticApplicationProperties
Inherits CognitiveServicesResourceBase
Implements IJsonModel(Of CognitiveServicesAgenticApplicationProperties), IPersistableModel(Of CognitiveServicesAgenticApplicationProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesAgenticApplicationProperties() |
Initializes a new instance of CognitiveServicesAgenticApplicationProperties. |
Properties
| Name | Description |
|---|---|
| AgentIdentityBlueprint |
The EntraId Agentic Blueprint of the application. |
| Agents |
The list of agent definitions comprising this application, returned as references to the objects under the parent project; use this to obtain a flat list of all agent-version pairs represented by this application. |
| AuthorizationPolicy |
Gets or sets the authorization policy associated with this agentic application instance. |
| BaseUri |
The application's dedicated invocation endpoint. |
| DefaultInstanceIdentity |
The (default) agent instance identity of the application. |
| Description |
The asset description text. (Inherited from CognitiveServicesResourceBase) |
| DisplayName |
The display name of the application. |
| IsEnabled |
Enabledstate of the application. |
| ProvisioningState |
Provisioning state of the application. |
| Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from CognitiveServicesResourceBase) |
| TrafficRoutingPolicy |
Gets or sets the traffic routing policy for the application's deployments. |