Share via


TextAnalysisAuthoringModelFactory.TextAuthoringDeploymentResource Method

Definition

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.

Applies to