TextAnalysisAuthoringModelFactory.TextAuthoringAssignedDeploymentResource 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 TextAuthoringAssignedDeploymentResource.
public static Azure.AI.Language.Text.Authoring.TextAuthoringAssignedDeploymentResource TextAuthoringAssignedDeploymentResource(string azureResourceId = default, Azure.Core.AzureLocation region = default);
static member TextAuthoringAssignedDeploymentResource : string * Azure.Core.AzureLocation -> Azure.AI.Language.Text.Authoring.TextAuthoringAssignedDeploymentResource
Public Shared Function TextAuthoringAssignedDeploymentResource (Optional azureResourceId As String = Nothing, Optional region As AzureLocation = Nothing) As TextAuthoringAssignedDeploymentResource
Parameters
- azureResourceId
- String
The resource ID.
- region
- AzureLocation
The resource region.
Returns
A new TextAuthoringAssignedDeploymentResource instance for mocking.