ArmIotOperationsModelFactory.DataflowGraphConnectionSchemaSettings Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowGraphConnectionSchemaSettings DataflowGraphConnectionSchemaSettings(Azure.ResourceManager.IotOperations.Models.DataflowGraphConnectionSchemaSerializationFormat? serializationFormat = default, string schemaRef = default);
static member DataflowGraphConnectionSchemaSettings : Nullable<Azure.ResourceManager.IotOperations.Models.DataflowGraphConnectionSchemaSerializationFormat> * string -> Azure.ResourceManager.IotOperations.Models.DataflowGraphConnectionSchemaSettings
Public Shared Function DataflowGraphConnectionSchemaSettings (Optional serializationFormat As Nullable(Of DataflowGraphConnectionSchemaSerializationFormat) = Nothing, Optional schemaRef As String = Nothing) As DataflowGraphConnectionSchemaSettings

Parameters

serializationFormat
Nullable<DataflowGraphConnectionSchemaSerializationFormat>

Output serialization format.

schemaRef
String

Reference to the schema that describes the output of the transformation.

Returns

A new DataflowGraphConnectionSchemaSettings instance for mocking.

Applies to