Share via


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