Share via


TextAuthoringResourceMetadata(String, String, String) Constructor

Definition

Initializes a new instance of TextAuthoringResourceMetadata.

public TextAuthoringResourceMetadata(string azureResourceId, string customDomain, string region);
new Azure.AI.Language.Text.Authoring.TextAuthoringResourceMetadata : string * string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringResourceMetadata
Public Sub New (azureResourceId As String, customDomain As String, region As String)

Parameters

azureResourceId
String

Represents the Azure resource ID.

customDomain
String

Represents the Azure resource custom ___domain.

region
String

Represents the Azure resource region.

Exceptions

azureResourceId, customDomain or region is null.

Applies to