CognitiveServicesHostedAgentDeployment 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.
Represents a hosted agent deployment where the underlying infrastructure is owned by the platform.
public class CognitiveServicesHostedAgentDeployment : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgentDeploymentProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesHostedAgentDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesHostedAgentDeployment>
type CognitiveServicesHostedAgentDeployment = class
inherit CognitiveServicesAgentDeploymentProperties
interface IJsonModel<CognitiveServicesHostedAgentDeployment>
interface IPersistableModel<CognitiveServicesHostedAgentDeployment>
Public Class CognitiveServicesHostedAgentDeployment
Inherits CognitiveServicesAgentDeploymentProperties
Implements IJsonModel(Of CognitiveServicesHostedAgentDeployment), IPersistableModel(Of CognitiveServicesHostedAgentDeployment)
- Inheritance
-
CognitiveServicesHostedAgentDeployment
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesHostedAgentDeployment() |
Initializes a new instance of CognitiveServicesHostedAgentDeployment. |
Properties
| Name | Description |
|---|---|
| Agents |
Returns a flat list of agent:version deployed in this deployment. (Inherited from CognitiveServicesAgentDeploymentProperties) |
| DeploymentId |
Gets or sets the unique identifier of the deployment. (Inherited from CognitiveServicesAgentDeploymentProperties) |
| Description |
The asset description text. (Inherited from CognitiveServicesResourceBase) |
| DisplayName |
Gets or sets the display name of the deployment. (Inherited from CognitiveServicesAgentDeploymentProperties) |
| MaxReplicas |
Gets or sets the maximum number of replicas for this hosted deployment. |
| MinReplicas |
Gets or sets the minimum number of replicas for this hosted deployment. |
| Protocols |
Gets or sets the supported protocol types and versions exposed by this deployment. (Inherited from CognitiveServicesAgentDeploymentProperties) |
| ProvisioningState |
Gets or sets the provisioning state of the agent deployment. (Inherited from CognitiveServicesAgentDeploymentProperties) |
| State |
Gets or sets the current operational state of the deployment (and, intrinsically, of the comprising agents). (Inherited from CognitiveServicesAgentDeploymentProperties) |
| Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from CognitiveServicesResourceBase) |