ConversationAnalysisAuthoringClient.GetDeployment(String, String) Method     
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 ConversationAuthoringDeployment.
public virtual Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeployment GetDeployment(string projectName, string deploymentName);abstract member GetDeployment : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeployment
override this.GetDeployment : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentPublic Overridable Function GetDeployment (projectName As String, deploymentName As String) As ConversationAuthoringDeploymentParameters
- projectName
- String
The project name to use for this subclient.
- deploymentName
- String
Represents deployment name.