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

public static interface SqlServerKeyOperations.DefinitionStages.WithSqlServer

SQL Server キー定義の最初のステージ。

メソッドの概要

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

新しいサーバー キーの親 SQL サーバーを設定します。

abstract WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)

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

abstract WithServerKeyType withExistingSqlServerId(String sqlServerId)

新しいサーバー キーの親 SQL サーバーを設定します。

メソッドの詳細

withExistingSqlServer

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(SqlServer sqlServer)

新しいサーバー キーの親 SQL サーバーを設定します。

Parameters:

sqlServer - 親 SQL サーバー

Returns:

定義の次のステージ。

withExistingSqlServer

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)

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

Parameters:

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

Returns:

定義の次のステージ。

withExistingSqlServerId

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServerId(String sqlServerId)

新しいサーバー キーの親 SQL サーバーを設定します。

Parameters:

sqlServerId - 親 SQL サーバー ID

Returns:

定義の次のステージ。

適用対象