ArmIotOperationsModelFactory.IotOperationsDataflowEndpointProperties 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET