ArmPurviewModelFactory.PurviewBatchFeatureContent Method
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.
Feature request model.
public static Azure.ResourceManager.Purview.Models.PurviewBatchFeatureContent PurviewBatchFeatureContent(System.Collections.Generic.IEnumerable<string> features = default);
static member PurviewBatchFeatureContent : seq<string> -> Azure.ResourceManager.Purview.Models.PurviewBatchFeatureContent
Public Shared Function PurviewBatchFeatureContent (Optional features As IEnumerable(Of String) = Nothing) As PurviewBatchFeatureContent
Parameters
- features
- IEnumerable<String>
Set of features.
Returns
A new PurviewBatchFeatureContent instance for mocking.