CognitiveServicesManagedAgentDeployment 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 managed agent deployment where the underlying infrastructure is managed by the platform in the deployer's subscription.
public class CognitiveServicesManagedAgentDeployment : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAgentDeploymentProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedAgentDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesManagedAgentDeployment>
type CognitiveServicesManagedAgentDeployment = class
inherit CognitiveServicesAgentDeploymentProperties
interface IJsonModel<CognitiveServicesManagedAgentDeployment>
interface IPersistableModel<CognitiveServicesManagedAgentDeployment>
Public Class CognitiveServicesManagedAgentDeployment
Inherits CognitiveServicesAgentDeploymentProperties
Implements IJsonModel(Of CognitiveServicesManagedAgentDeployment), IPersistableModel(Of CognitiveServicesManagedAgentDeployment)
- Inheritance
-
CognitiveServicesManagedAgentDeployment
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesManagedAgentDeployment() |
Initializes a new instance of CognitiveServicesManagedAgentDeployment. |
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) |
| 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) |