DatabasesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.Database> CreateOrUpdateAsync (this Microsoft.Azure.Management.MySQL.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.MySQL.Models.Database parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.MySQL.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.MySQL.Models.Database * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.Database>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As Database, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

parameters
Database

データベースを作成または更新するために必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象