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

ConversationAuthoringDeploymentResource(String, String) Constructor

Definition

Initializes a new instance of ConversationAuthoringDeploymentResource.

public ConversationAuthoringDeploymentResource(string resourceId, string region);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource
Public Sub New (resourceId As String, region As String)

Parameters

resourceId
String

Represents the Azure resource Id.

region
String

Represents the resource region.

Exceptions

resourceId or region is null.

Applies to