Freigeben über


KustoDatabaseResource.ValidateDataConnectionAsync Methode

Definition

Überprüft, ob die Datenverbindungsparameter gültig sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnectionValidation
  • Vorgang IdDataConnections_dataConnectionValidation
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.Models.DataConnectionValidationResults>> ValidateDataConnectionAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Kusto.Models.DataConnectionValidationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateDataConnectionAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.Models.DataConnectionValidationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.Models.DataConnectionValidationResults>>
override this.ValidateDataConnectionAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.Models.DataConnectionValidationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.Models.DataConnectionValidationResults>>
Public Overridable Function ValidateDataConnectionAsync (waitUntil As WaitUntil, content As DataConnectionValidationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataConnectionValidationResults))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
DataConnectionValidationContent

Die Datenverbindungsparameter, die für den CreateOrUpdate-Vorgang bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: