次の方法で共有


AttachedDatabaseConfigurationsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

アタッチされたデータベース構成を作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations operations, string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IAttachedDatabaseConfigurationsOperations, resourceGroupName As String, clusterName As String, attachedDatabaseConfigurationName As String, parameters As AttachedDatabaseConfiguration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AttachedDatabaseConfiguration)

パラメーター

operations
IAttachedDatabaseConfigurationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

attachedDatabaseConfigurationName
String

アタッチされたデータベース構成の名前。

parameters
AttachedDatabaseConfiguration

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象