次の方法で共有


ManagedDatabasesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

新しいデータベースを作成するか、既存のデータベースを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedDatabase> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, Microsoft.Azure.Management.Sql.Models.ManagedDatabase parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IManagedDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ManagedDatabase * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedDatabase>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IManagedDatabasesOperations, resourceGroupName As String, managedInstanceName As String, databaseName As String, parameters As ManagedDatabase, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedDatabase)

パラメーター

operations
IManagedDatabasesOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

managedInstanceName
String

マネージド インスタンスの名前。

databaseName
String

データベースの名前。

parameters
ManagedDatabase

要求されたデータベース リソースの状態。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象