TextAuthoringResourceMetadata(String, String, String) Constructor
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 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.