VersionSelector(IEnumerable<VersionSelectionRule>) 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 VersionSelector.
public VersionSelector(System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.VersionSelectionRule> versionSelectionRules);
new Azure.AI.Projects.Agents.VersionSelector : seq<Azure.AI.Projects.Agents.VersionSelectionRule> -> Azure.AI.Projects.Agents.VersionSelector
Public Sub New (versionSelectionRules As IEnumerable(Of VersionSelectionRule))
Parameters
- versionSelectionRules
- IEnumerable<VersionSelectionRule>
Exceptions
versionSelectionRules is null.