你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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