ArmIotOperationsModelFactory.DataflowEndpointFabricOneLake 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.DataflowEndpointFabricOneLake DataflowEndpointFabricOneLake(Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeAuthentication authentication = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeNames names = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricPathType oneLakePathType = default, string host = default, Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig batching = default);
static member DataflowEndpointFabricOneLake : Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeAuthentication * Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeNames * Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricPathType * string * Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake
Public Shared Function DataflowEndpointFabricOneLake (Optional authentication As DataflowEndpointFabricOneLakeAuthentication = Nothing, Optional names As DataflowEndpointFabricOneLakeNames = Nothing, Optional oneLakePathType As DataflowEndpointFabricPathType = Nothing, Optional host As String = Nothing, Optional batching As IotOperationsBatchingConfig = Nothing) As DataflowEndpointFabricOneLake
Parameters
- authentication
- DataflowEndpointFabricOneLakeAuthentication
Authentication configuration. NOTE - only one authentication property is allowed per entry.
Names of the workspace and lakehouse.
- oneLakePathType
- DataflowEndpointFabricPathType
Type of location of the data in the workspace. Can be either tables or files.
- host
- String
Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com.
- batching
- IotOperationsBatchingConfig
Batching configuration.
Returns
A new DataflowEndpointFabricOneLake instance for mocking.