Uses of Class
com.azure.resourcemanager.kusto.models.AttachedDatabaseConfigurationsCheckNameRequest
-
Packages that use AttachedDatabaseConfigurationsCheckNameRequest Package Description com.azure.resourcemanager.kusto.fluent Package containing the service clients for KustoManagementClient.com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of AttachedDatabaseConfigurationsCheckNameRequest in com.azure.resourcemanager.kusto.fluent
Methods in com.azure.resourcemanager.kusto.fluent with parameters of type AttachedDatabaseConfigurationsCheckNameRequest Modifier and Type Method Description CheckNameResultInner
AttachedDatabaseConfigurationsClient. 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
Methods in com.azure.resourcemanager.kusto.models that return AttachedDatabaseConfigurationsCheckNameRequest Modifier and Type Method Description AttachedDatabaseConfigurationsCheckNameRequest
AttachedDatabaseConfigurationsCheckNameRequest. withName(String name)
Set the name property: Attached database resource name.AttachedDatabaseConfigurationsCheckNameRequest
AttachedDatabaseConfigurationsCheckNameRequest. withType(String type)
Set the type property: The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations.Methods in com.azure.resourcemanager.kusto.models with parameters of type AttachedDatabaseConfigurationsCheckNameRequest 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.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.
-