Uses of Class
com.azure.resourcemanager.kusto.models.AttachedDatabaseConfigurationsCheckNameRequest
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of AttachedDatabaseConfigurationsCheckNameRequest 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.com.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. -
Uses of AttachedDatabaseConfigurationsCheckNameRequest in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionSet the name property: Attached database resource name.Set the type property: The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations.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.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.