TextAuthoringUnassignDeploymentResourcesDetails 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 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.