SqlPoolsOperationsExtensions.Rename メソッド

定義

SQL プールの名前を変更する

public static void Rename (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.ResourceMoveDefinition parameters);
static member Rename : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.ResourceMoveDefinition -> unit
<Extension()>
Public Sub Rename (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, parameters As ResourceMoveDefinition)

パラメーター

operations
ISqlPoolsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

parameters
ResourceMoveDefinition

この Sql プールの名前を変更するためのリソース移動定義。

注釈

SQL プールの名前を変更します。

適用対象