次の方法で共有


KustoDatabaseResource.UpdateAsync メソッド

定義

オーバーロード

UpdateAsync(WaitUntil, KustoDatabaseData, CancellationToken)

データベースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}
  • 操作IdDatabases_Update
UpdateAsync(WaitUntil, KustoDatabaseData, Nullable<KustoDatabaseCallerRole>, CancellationToken)

データベースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}
  • 操作IdDatabases_Update

UpdateAsync(WaitUntil, KustoDatabaseData, CancellationToken)

データベースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}
  • 操作IdDatabases_Update
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabaseResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Kusto.KustoDatabaseData data, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.KustoDatabaseData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabaseResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.KustoDatabaseData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabaseResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As KustoDatabaseData, cancellationToken As CancellationToken) As Task(Of ArmOperation(Of KustoDatabaseResource))

パラメーター

waitUntil
WaitUntil

Completed メソッドが、サービスで実行時間の長い操作が完了するまで戻るまで待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

data
KustoDatabaseData

更新操作に指定されたデータベース パラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

data が null です。

適用対象

UpdateAsync(WaitUntil, KustoDatabaseData, Nullable<KustoDatabaseCallerRole>, CancellationToken)

データベースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}
  • 操作IdDatabases_Update
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabaseResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Kusto.KustoDatabaseData data, Azure.ResourceManager.Kusto.Models.KustoDatabaseCallerRole? callerRole = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.KustoDatabaseData * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseCallerRole> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabaseResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.KustoDatabaseData * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseCallerRole> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabaseResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As KustoDatabaseData, Optional callerRole As Nullable(Of KustoDatabaseCallerRole) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of KustoDatabaseResource))

パラメーター

waitUntil
WaitUntil

Completed メソッドが、サービスで実行時間の長い操作が完了するまで戻るまで待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

data
KustoDatabaseData

更新操作に指定されたデータベース パラメーター。

callerRole
Nullable<KustoDatabaseCallerRole>

既定では、データベースに対して操作を実行するすべてのユーザーは、データベースに対する管理になります。 このプロパティを使用すると、呼び出し元は管理者リストから呼び出し元を除外できます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

data が null です。

適用対象