ArmNetworkFunctionModelFactory.IngestionPolicyPropertiesFormat Method

Definition

Ingestion Policy properties.

public static Azure.ResourceManager.NetworkFunction.Models.IngestionPolicyPropertiesFormat IngestionPolicyPropertiesFormat(Azure.ResourceManager.NetworkFunction.Models.IngestionType? ingestionType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkFunction.Models.IngestionSourcesPropertiesFormat> ingestionSources = default);
static member IngestionPolicyPropertiesFormat : Nullable<Azure.ResourceManager.NetworkFunction.Models.IngestionType> * seq<Azure.ResourceManager.NetworkFunction.Models.IngestionSourcesPropertiesFormat> -> Azure.ResourceManager.NetworkFunction.Models.IngestionPolicyPropertiesFormat
Public Shared Function IngestionPolicyPropertiesFormat (Optional ingestionType As Nullable(Of IngestionType) = Nothing, Optional ingestionSources As IEnumerable(Of IngestionSourcesPropertiesFormat) = Nothing) As IngestionPolicyPropertiesFormat

Parameters

ingestionType
Nullable<IngestionType>

The ingestion type.

ingestionSources
IEnumerable<IngestionSourcesPropertiesFormat>

Ingestion Sources.

Returns

A new IngestionPolicyPropertiesFormat instance for mocking.

Applies to