TextAnalysisAuthoringModelFactory.TextAuthoringDeploymentResource 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 TextAuthoringDeploymentResource.
public static Azure.AI.Language.Text.Authoring.TextAuthoringDeploymentResource TextAuthoringDeploymentResource(string resourceId = default, string region = default);
static member TextAuthoringDeploymentResource : string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringDeploymentResource
Public Shared Function TextAuthoringDeploymentResource (Optional resourceId As String = Nothing, Optional region As String = Nothing) As TextAuthoringDeploymentResource
Parameters
- resourceId
- String
Represents the Azure resource Id.
- region
- String
Represents the resource region.
Returns
A new TextAuthoringDeploymentResource instance for mocking.