ConversationAuthoringDeployment 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.
The ConversationAuthoringDeployment sub-client.
public class ConversationAuthoringDeployment
type ConversationAuthoringDeployment = class
Public Class ConversationAuthoringDeployment
- Inheritance
-
ConversationAuthoringDeployment
Constructors
| Name | Description |
|---|---|
| ConversationAuthoringDeployment() |
Initializes a new instance of ConversationAuthoringDeployment for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| DeleteDeployment(WaitUntil, RequestContext) |
[Protocol Method] Deletes a project deployment.
|
| DeleteDeploymentAsync(WaitUntil, RequestContext) |
[Protocol Method] Deletes a project deployment.
|
| DeleteDeploymentFromResources(WaitUntil, ConversationAuthoringProjectResourceIds, CancellationToken) |
Deletes a deployment from the specified project-assigned resources. |
| DeleteDeploymentFromResources(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Deletes a deployment from the specified project-assigned resources.
|
| DeleteDeploymentFromResourcesAsync(WaitUntil, ConversationAuthoringProjectResourceIds, CancellationToken) |
Deletes a deployment from the specified project-assigned resources. |
| DeleteDeploymentFromResourcesAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Deletes a deployment from the specified project-assigned resources.
|
| DeployProject(WaitUntil, ConversationAuthoringCreateDeploymentDetails, CancellationToken) |
Creates a new deployment or replaces an existing one. |
| DeployProject(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Creates a new deployment or replaces an existing one.
|
| DeployProjectAsync(WaitUntil, ConversationAuthoringCreateDeploymentDetails, CancellationToken) |
Creates a new deployment or replaces an existing one. |
| DeployProjectAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Creates a new deployment or replaces an existing one.
|
| GetDeployment(CancellationToken) |
Gets the details of a deployment. |
| GetDeployment(RequestContext) |
[Protocol Method] Gets the details of a deployment.
|
| GetDeploymentAsync(CancellationToken) |
Gets the details of a deployment. |
| GetDeploymentAsync(RequestContext) |
[Protocol Method] Gets the details of a deployment.
|
| GetDeploymentDeleteFromResourcesStatus(String, CancellationToken) |
Gets the status of an existing delete deployment from specific resources job. |
| GetDeploymentDeleteFromResourcesStatus(String, RequestContext) |
[Protocol Method] Gets the status of an existing delete deployment from specific resources job.
|
| GetDeploymentDeleteFromResourcesStatusAsync(String, CancellationToken) |
Gets the status of an existing delete deployment from specific resources job. |
| GetDeploymentDeleteFromResourcesStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an existing delete deployment from specific resources job.
|
| GetDeploymentStatus(String, CancellationToken) |
Gets the status of an existing deployment job. |
| GetDeploymentStatus(String, RequestContext) |
[Protocol Method] Gets the status of an existing deployment job.
|
| GetDeploymentStatusAsync(String, CancellationToken) |
Gets the status of an existing deployment job. |
| GetDeploymentStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an existing deployment job.
|