Поделиться через


ConversationAuthoringDeployment Class

Definition

The ConversationAuthoringDeployment sub-client.

public class ConversationAuthoringDeployment
type ConversationAuthoringDeployment = class
Public Class ConversationAuthoringDeployment
Inheritance
ConversationAuthoringDeployment

Constructors

ConversationAuthoringDeployment()

Initializes a new instance of ConversationAuthoringDeployment for mocking.

Fields

_deploymentName

Stores the deployment name associated with the client.

_projectName

Stores the project name associated with the client.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

DeleteDeployment(WaitUntil, CancellationToken)

Deletes a project deployment.

DeleteDeployment(WaitUntil, RequestContext)

[Protocol Method] Deletes a project deployment.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteDeploymentAsync(WaitUntil, CancellationToken)

Deletes a project deployment.

DeleteDeploymentAsync(WaitUntil, RequestContext)

[Protocol Method] Deletes a project deployment.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteDeploymentFromResources(WaitUntil, ConversationAuthoringDeleteDeploymentDetails, CancellationToken)

Deletes a project deployment from the specified assigned resources.

DeleteDeploymentFromResources(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Deletes a project deployment from the specified assigned resources.

DeleteDeploymentFromResourcesAsync(WaitUntil, ConversationAuthoringDeleteDeploymentDetails, CancellationToken)

Deletes a project deployment from the specified assigned resources.

DeleteDeploymentFromResourcesAsync(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Deletes a project deployment from the specified 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.

Applies to