ArmPurviewModelFactory.PurviewBatchFeatureContent Method

Definition

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.

Applies to