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