ArmNetworkFunctionModelFactory.IngestionPolicyPropertiesFormat 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.
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.