ConversationAuthoringDeploymentResource(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 ConversationAuthoringDeploymentResource.
public ConversationAuthoringDeploymentResource(string resourceId, string region);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource
Public Sub New (resourceId As String, region As String)
Parameters
- resourceId
- String
Represents the Azure resource Id.
- region
- String
Represents the resource region.
Exceptions
resourceId or region is null.