Uses of Interface
com.azure.resourcemanager.kusto.models.CheckNameResult
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of CheckNameResult in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurations.checkNameAvailability
(String resourceGroupName, String clusterName, AttachedDatabaseConfigurationsCheckNameRequest resourceName) Checks that the attached database configuration resource name is valid and is not already in use.ClusterPrincipalAssignments.checkNameAvailability
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the principal assignment name is valid and is not already in use.Clusters.checkNameAvailability
(String location, ClusterCheckNameRequest clusterName) Checks that the cluster name is valid and is not already in use.DatabasePrincipalAssignments.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the database principal assignment is valid and is not already in use.Databases.checkNameAvailability
(String resourceGroupName, String clusterName, CheckNameRequest resourceName) Checks that the databases resource name is valid and is not already in use.DataConnections.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DataConnectionCheckNameRequest dataConnectionName) Checks that the data connection name is valid and is not already in use.ManagedPrivateEndpoints.checkNameAvailability
(String resourceGroupName, String clusterName, ManagedPrivateEndpointsCheckNameRequest resourceName) Checks that the managed private endpoints resource name is valid and is not already in use.Scripts.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, ScriptCheckNameRequest scriptName) Checks that the script name is valid and is not already in use.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CheckNameResult>
AttachedDatabaseConfigurations.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, AttachedDatabaseConfigurationsCheckNameRequest resourceName, com.azure.core.util.Context context) Checks that the attached database configuration resource name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
ClusterPrincipalAssignments.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context) Checks that the principal assignment name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
Clusters.checkNameAvailabilityWithResponse
(String location, ClusterCheckNameRequest clusterName, com.azure.core.util.Context context) Checks that the cluster name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
DatabasePrincipalAssignments.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName, com.azure.core.util.Context context) Checks that the database principal assignment is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
Databases.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, CheckNameRequest resourceName, com.azure.core.util.Context context) Checks that the databases resource 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.com.azure.core.http.rest.Response<CheckNameResult>
ManagedPrivateEndpoints.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, ManagedPrivateEndpointsCheckNameRequest resourceName, com.azure.core.util.Context context) Checks that the managed private endpoints resource name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameResult>
Scripts.checkNameAvailabilityWithResponse
(String resourceGroupName, String clusterName, String databaseName, ScriptCheckNameRequest scriptName, com.azure.core.util.Context context) Checks that the script name is valid and is not already in use.