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

TextAuthoringUnassignDeploymentResourcesDetails Constructor

Definition

Initializes a new instance of TextAuthoringUnassignDeploymentResourcesDetails.

public TextAuthoringUnassignDeploymentResourcesDetails(System.Collections.Generic.IEnumerable<string> assignedResourceIds);
new Azure.AI.Language.Text.Authoring.TextAuthoringUnassignDeploymentResourcesDetails : seq<string> -> Azure.AI.Language.Text.Authoring.TextAuthoringUnassignDeploymentResourcesDetails
Public Sub New (assignedResourceIds As IEnumerable(Of String))

Parameters

assignedResourceIds
IEnumerable<String>

Represents the assigned resource IDs to be unassigned.

Exceptions

assignedResourceIds is null.

Applies to