Uses of Class
com.azure.resourcemanager.kusto.fluent.models.CheckNameResultInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of CheckNameResultInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationsClient.checkNameAvailability
(String resourceGroupName, String clusterName, AttachedDatabaseConfigurationsCheckNameRequest resourceName) Checks that the attached database configuration resource name is valid and is not already in use.ClusterPrincipalAssignmentsClient.checkNameAvailability
(String resourceGroupName, String clusterName, ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the principal assignment name is valid and is not already in use.ClustersClient.checkNameAvailability
(String location, ClusterCheckNameRequest clusterName) Checks that the cluster name is valid and is not already in use.DatabasePrincipalAssignmentsClient.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName) Checks that the database principal assignment is valid and is not already in use.DatabasesClient.checkNameAvailability
(String resourceGroupName, String clusterName, CheckNameRequest resourceName) Checks that the databases resource name is valid and is not already in use.DataConnectionsClient.checkNameAvailability
(String resourceGroupName, String clusterName, String databaseName, DataConnectionCheckNameRequest dataConnectionName) Checks that the data connection name is valid and is not already in use.ManagedPrivateEndpointsClient.checkNameAvailability
(String resourceGroupName, String clusterName, ManagedPrivateEndpointsCheckNameRequest resourceName) Checks that the managed private endpoints resource name is valid and is not already in use.ScriptsClient.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<CheckNameResultInner>
AttachedDatabaseConfigurationsClient.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<CheckNameResultInner>
ClusterPrincipalAssignmentsClient.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<CheckNameResultInner>
ClustersClient.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<CheckNameResultInner>
DatabasePrincipalAssignmentsClient.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<CheckNameResultInner>
DatabasesClient.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<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.com.azure.core.http.rest.Response<CheckNameResultInner>
ManagedPrivateEndpointsClient.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<CheckNameResultInner>
ScriptsClient.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. -
Uses of CheckNameResultInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionCheckNameResultInner.withMessage
(String message) Set the message property: Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.Set the name property: The name that was checked.CheckNameResultInner.withNameAvailable
(Boolean nameAvailable) Set the nameAvailable property: Specifies a Boolean value that indicates if the name is available.CheckNameResultInner.withReason
(Reason reason) Set the reason property: Message providing the reason why the given name is invalid. -
Uses of CheckNameResultInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionCheckNameResult.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.CheckNameResultInner object.