Compartir a través de


KustoDataConnectionCollection.CreateOrUpdate Método

Definición

Crea o actualiza una conexión de datos.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • IdDataConnections_CreateOrUpdate de operaciones
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDataConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string dataConnectionName, Azure.ResourceManager.Kusto.KustoDataConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoDataConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoDataConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, dataConnectionName As String, data As KustoDataConnectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of KustoDataConnectionResource)

Parámetros

waitUntil
WaitUntil

Completed si el método debe esperar a que se devuelva hasta que se haya completado la operación de ejecución prolongada en el servicio; Started si debe devolverse después de iniciar la operación. Para más información sobre las operaciones de larga duración, consulte Ejemplos de operaciones de azure.Core Long-Running.

dataConnectionName
String

Nombre de la conexión de datos.

data
KustoDataConnectionData

Parámetros de conexión de datos proporcionados a la operación CreateOrUpdate.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

dataConnectionName es una cadena vacía y se esperaba que no estuviera vacía.

dataConnectionName o data es null.

Se aplica a