Share via


DatabaseWatcherDatastore(Uri, Uri, String, Uri, KustoOfferingType) Constructor

Definition

Initializes a new instance of DatabaseWatcherDatastore.

public DatabaseWatcherDatastore(Uri kustoClusterUri, Uri kustoDataIngestionUri, string kustoDatabaseName, Uri kustoManagementUri, Azure.ResourceManager.DatabaseWatcher.Models.KustoOfferingType kustoOfferingType);
new Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherDatastore : Uri * Uri * string * Uri * Azure.ResourceManager.DatabaseWatcher.Models.KustoOfferingType -> Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherDatastore
Public Sub New (kustoClusterUri As Uri, kustoDataIngestionUri As Uri, kustoDatabaseName As String, kustoManagementUri As Uri, kustoOfferingType As KustoOfferingType)

Parameters

kustoClusterUri
Uri

The Kusto cluster URI.

kustoDataIngestionUri
Uri

The Kusto data ingestion URI.

kustoDatabaseName
String

The name of a Kusto database.

kustoManagementUri
Uri

The Kusto management URL.

kustoOfferingType
KustoOfferingType

The type of a Kusto offering.

Exceptions

kustoClusterUri, kustoDataIngestionUri, kustoDatabaseName or kustoManagementUri is null.

Applies to