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