你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAuthoringSwapDeploymentsDetails(String, String) Constructor

Definition

Initializes a new instance of TextAuthoringSwapDeploymentsDetails.

public TextAuthoringSwapDeploymentsDetails(string firstDeploymentName, string secondDeploymentName);
new Azure.AI.Language.Text.Authoring.TextAuthoringSwapDeploymentsDetails : string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringSwapDeploymentsDetails
Public Sub New (firstDeploymentName As String, secondDeploymentName As String)

Parameters

firstDeploymentName
String

Represents the first deployment name.

secondDeploymentName
String

Represents the second deployment name.

Exceptions

firstDeploymentName or secondDeploymentName is null.

Applies to