Share via


ConversationAuthoringResourceMetadata(String, String, String) Constructor

Definition

Initializes a new instance of ConversationAuthoringResourceMetadata.

public ConversationAuthoringResourceMetadata(string azureResourceId, string customDomain, string region);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringResourceMetadata : string * string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringResourceMetadata
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