Share via


TextAuthoringDeployment Class

Definition

The TextAuthoringDeployment sub-client.

public class TextAuthoringDeployment
type TextAuthoringDeployment = class
Public Class TextAuthoringDeployment
Inheritance
TextAuthoringDeployment

Constructors

TextAuthoringDeployment()

Initializes a new instance of TextAuthoringDeployment for mocking.

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, RequestContent, RequestContext)

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

DeleteDeploymentFromResources(WaitUntil, TextAuthoringDeleteDeploymentDetails, 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.

DeleteDeploymentFromResourcesAsync(WaitUntil, TextAuthoringDeleteDeploymentDetails, CancellationToken)

Deletes a project deployment from the specified assigned resources.

DeployProject(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Creates a new deployment or replaces an existing one.

DeployProject(WaitUntil, TextAuthoringCreateDeploymentDetails, 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.

DeployProjectAsync(WaitUntil, TextAuthoringCreateDeploymentDetails, CancellationToken)

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