TextAuthoringDeployment 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 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.
|
DeleteDeploymentAsync(WaitUntil, CancellationToken) |
Deletes a project deployment. |
DeleteDeploymentAsync(WaitUntil, RequestContext) |
[Protocol Method] Deletes a project deployment.
|
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.
|