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