TextAuthoringSwapDeploymentsDetails(String, String) Constructor
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.
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.