Uses of Class
com.azure.resourcemanager.kusto.models.DatabaseRouting
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of DatabaseRouting in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionEventGridConnectionProperties.databaseRouting()
Get the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventHubConnectionProperties.databaseRouting()
Get the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.IotHubConnectionProperties.databaseRouting()
Get the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.Modifier and TypeMethodDescriptionEventGridConnectionProperties.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventHubConnectionProperties.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.IotHubConnectionProperties.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed. -
Uses of DatabaseRouting in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final DatabaseRouting
DatabaseRouting.MULTI
Static value Multi for DatabaseRouting.static final DatabaseRouting
DatabaseRouting.SINGLE
Static value Single for DatabaseRouting.Modifier and TypeMethodDescriptionEventGridDataConnection.databaseRouting()
Get the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventHubDataConnection.databaseRouting()
Get the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.IotHubDataConnection.databaseRouting()
Get the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.static DatabaseRouting
DatabaseRouting.fromString
(String name) Creates or finds a DatabaseRouting from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DatabaseRouting>
DatabaseRouting.values()
Gets known DatabaseRouting values.Modifier and TypeMethodDescriptionEventGridDataConnection.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventHubDataConnection.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.IotHubDataConnection.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.