Share via


ConversationAuthoringSwapDeploymentsDetails(String, String) Constructor

Definition

Initializes a new instance of ConversationAuthoringSwapDeploymentsDetails.

public ConversationAuthoringSwapDeploymentsDetails(string firstDeploymentName, string secondDeploymentName);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringSwapDeploymentsDetails : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringSwapDeploymentsDetails
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