CognitiveServicesAgentDeploymentProperties 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.
Type representing an agent deployment as a management construct. Please note this is the abstract base class. The derived classes available for instantiation are: CognitiveServicesManagedAgentDeployment and CognitiveServicesHostedAgentDeployment.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.CognitiveServices.Models.UnknownCognitiveServicesAgentDeploymentProperties))]
public abstract class CognitiveServicesAgentDeploymentProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesResourceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgentDeploymentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgentDeploymentProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.CognitiveServices.Models.UnknownCognitiveServicesAgentDeploymentProperties))>]
type CognitiveServicesAgentDeploymentProperties = class
inherit CognitiveServicesResourceBase
interface IJsonModel<CognitiveServicesAgentDeploymentProperties>
interface IPersistableModel<CognitiveServicesAgentDeploymentProperties>
Public MustInherit Class CognitiveServicesAgentDeploymentProperties
Inherits CognitiveServicesResourceBase
Implements IJsonModel(Of CognitiveServicesAgentDeploymentProperties), IPersistableModel(Of CognitiveServicesAgentDeploymentProperties)
- Inheritance
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Agents |
Returns a flat list of agent:version deployed in this deployment. |
| DeploymentId |
Gets or sets the unique identifier of the deployment. |
| Description |
The asset description text. (Inherited from CognitiveServicesResourceBase) |
| DisplayName |
Gets or sets the display name of the deployment. |
| Protocols |
Gets or sets the supported protocol types and versions exposed by this deployment. |
| ProvisioningState |
Gets or sets the provisioning state of the agent deployment. |
| State |
Gets or sets the current operational state of the deployment (and, intrinsically, of the comprising agents). |
| Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from CognitiveServicesResourceBase) |