TextAuthoringAssignDeploymentResourcesDetails 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 TextAuthoringAssignDeploymentResourcesDetails.
public TextAuthoringAssignDeploymentResourcesDetails(System.Collections.Generic.IEnumerable<Azure.AI.Language.Text.Authoring.TextAuthoringResourceMetadata> resourcesMetadata);
new Azure.AI.Language.Text.Authoring.TextAuthoringAssignDeploymentResourcesDetails : seq<Azure.AI.Language.Text.Authoring.TextAuthoringResourceMetadata> -> Azure.AI.Language.Text.Authoring.TextAuthoringAssignDeploymentResourcesDetails
Public Sub New (resourcesMetadata As IEnumerable(Of TextAuthoringResourceMetadata))
Parameters
- resourcesMetadata
- IEnumerable<TextAuthoringResourceMetadata>
Represents the metadata for the resources to be assigned.
Exceptions
resourcesMetadata
is null.