SqlElasticPoolOperations.DefinitionStages.WithSqlServer インターフェイス

public static interface SqlElasticPoolOperations.DefinitionStages.WithSqlServer

SQL Server エラスティック プール定義の最初のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithEdition withExistingSqlServer(SqlServer sqlServer)

新しいエラスティック プールの親 SQL サーバーを設定します。

abstract WithEdition withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)

親 SQL サーバー名と、それが属するリソース グループを設定します。

メソッドの詳細

withExistingSqlServer

public abstract SqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(SqlServer sqlServer)

新しいエラスティック プールの親 SQL サーバーを設定します。

Parameters:

sqlServer - 親 SQL サーバー

Returns:

定義の次のステージ。

withExistingSqlServer

public abstract SqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)

親 SQL サーバー名と、それが属するリソース グループを設定します。

Parameters:

resourceGroupName - 親 SQL サーバーのリソース グループの名前
sqlServerName - 親 SQL サーバー名
location - 親 SQL サーバーの場所

Returns:

定義の次のステージ。

適用対象