SynapseDatabaseResource.CheckKustoPoolDataConnectionNameAvailability Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks that the data connection name is valid and is not already in use.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/checkNameAvailability
- Operation Id: KustoPoolDataConnections_CheckNameAvailability
public virtual Azure.Response<Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityResult> CheckKustoPoolDataConnectionNameAvailability (Azure.ResourceManager.Synapse.Models.KustoPoolDataConnectionNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckKustoPoolDataConnectionNameAvailability : Azure.ResourceManager.Synapse.Models.KustoPoolDataConnectionNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityResult>
override this.CheckKustoPoolDataConnectionNameAvailability : Azure.ResourceManager.Synapse.Models.KustoPoolDataConnectionNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityResult>
Public Overridable Function CheckKustoPoolDataConnectionNameAvailability (content As KustoPoolDataConnectionNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoPoolNameAvailabilityResult)
Parameters
The name of the data connection.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET