Delen via


ArmIotOperationsModelFactory.IotOperationsDataflowEndpointProperties Method

Definition

Initializes a new instance of IotOperationsDataflowEndpointProperties.

public static Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowEndpointProperties IotOperationsDataflowEndpointProperties(Azure.ResourceManager.IotOperations.Models.DataflowEndpointType endpointType = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataExplorer dataExplorerSettings = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorage dataLakeStorageSettings = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake fabricOneLakeSettings = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafka kafkaSettings = default, string localStoragePersistentVolumeClaimRef = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqtt mqttSettings = default, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default);
static member IotOperationsDataflowEndpointProperties : Azure.ResourceManager.IotOperations.Models.DataflowEndpointType * Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataExplorer * Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorage * Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake * Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafka * string * Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqtt * Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState> -> Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowEndpointProperties
Public Shared Function IotOperationsDataflowEndpointProperties (Optional endpointType As DataflowEndpointType = Nothing, Optional dataExplorerSettings As DataflowEndpointDataExplorer = Nothing, Optional dataLakeStorageSettings As DataflowEndpointDataLakeStorage = Nothing, Optional fabricOneLakeSettings As DataflowEndpointFabricOneLake = Nothing, Optional kafkaSettings As DataflowEndpointKafka = Nothing, Optional localStoragePersistentVolumeClaimRef As String = Nothing, Optional mqttSettings As DataflowEndpointMqtt = Nothing, Optional provisioningState As Nullable(Of IotOperationsProvisioningState) = Nothing) As IotOperationsDataflowEndpointProperties

Parameters

endpointType
DataflowEndpointType

Endpoint Type.

dataExplorerSettings
DataflowEndpointDataExplorer

Azure Data Explorer endpoint.

dataLakeStorageSettings
DataflowEndpointDataLakeStorage

Azure Data Lake endpoint.

fabricOneLakeSettings
DataflowEndpointFabricOneLake

Microsoft Fabric endpoint.

kafkaSettings
DataflowEndpointKafka

Kafka endpoint.

localStoragePersistentVolumeClaimRef
String

Local persistent volume endpoint.

mqttSettings
DataflowEndpointMqtt

Broker endpoint.

provisioningState
Nullable<IotOperationsProvisioningState>

The status of the last operation.

Returns

A new IotOperationsDataflowEndpointProperties instance for mocking.

Applies to