次の方法で共有


DatabasesOperationsExtensions.Rename メソッド

定義

オーバーロード

Rename(IDatabasesOperations, String, String, String, ResourceMoveDefinition)

データベースの名前を変更します。

Rename(IDatabasesOperations, String, String, String, String)

データベースの名前を変更します。

Rename(IDatabasesOperations, String, String, String, ResourceMoveDefinition)

データベースの名前を変更します。

public static void Rename(this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition parameters);
static member Rename : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition -> unit
<Extension()>
Public Sub Rename (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ResourceMoveDefinition)

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

databaseName
String

名前を変更するデータベースの名前。

parameters
ResourceMoveDefinition

このデータベースの名前を変更するためのリソース移動定義。

適用対象

Rename(IDatabasesOperations, String, String, String, String)

データベースの名前を変更します。

public static void Rename(this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string newName);
static member Rename : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string -> unit
<Extension()>
Public Sub Rename (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, newName As String)

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

databaseName
String

名前を変更するデータベースの名前。

newName
String

データベースの名前を変更する必要がある新しい名前。

適用対象