ConversationAuthoringSwapDeploymentsDetails(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 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.