ArmIotOperationsModelFactory.DataflowEndpointDataLakeStorage 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.DataflowEndpointDataLakeStorage DataflowEndpointDataLakeStorage(Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorageAuthentication authentication = default, string host = default, Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig batching = default);
static member DataflowEndpointDataLakeStorage : Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorageAuthentication * string * Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorage
Public Shared Function DataflowEndpointDataLakeStorage (Optional authentication As DataflowEndpointDataLakeStorageAuthentication = Nothing, Optional host As String = Nothing, Optional batching As IotOperationsBatchingConfig = Nothing) As DataflowEndpointDataLakeStorage
Parameters
- authentication
- DataflowEndpointDataLakeStorageAuthentication
Authentication configuration. NOTE - only authentication property is allowed per entry.
- host
- String
Host of the Azure Data Lake in the form of <account>.blob.core.windows.net .
- batching
- IotOperationsBatchingConfig
Azure Data Lake endpoint batching configuration.
Returns
A new DataflowEndpointDataLakeStorage instance for mocking.