ArmIotOperationsModelFactory.DataflowGraphConnectionSchemaSettings 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.
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.