Uses of Class
com.azure.resourcemanager.kusto.models.DataConnectionCheckNameRequest
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of DataConnectionCheckNameRequest in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionDataConnectionsClient.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DataConnectionCheckNameRequest dataConnectionName) Checks that the data connection name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResultInner>
DataConnectionsClient.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, DataConnectionCheckNameRequest dataConnectionName, com.azure.core.util.Context context) Checks that the data connection name is valid and is not already in use. -
Uses of DataConnectionCheckNameRequest in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionSet the name property: Data Connection name.Set the type property: The type of resource, Microsoft.Kusto/clusters/databases/dataConnections.Modifier and TypeMethodDescriptionDataConnections.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DataConnectionCheckNameRequest dataConnectionName) Checks that the data connection name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
DataConnections.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, DataConnectionCheckNameRequest dataConnectionName, com.azure.core.util.Context context) Checks that the data connection name is valid and is not already in use.