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

public static interface SqlFirewallRuleOperations.DefinitionStages.WithSqlServer

SQL Server ファイアウォール規則定義の最初のステージ。

メソッドの概要

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

新しいファイアウォール規則の親 SQL サーバーを設定します。

abstract WithIPAddressRange withExistingSqlServer(String resourceGroupName, String sqlServerName)

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

abstract WithIPAddressRange withExistingSqlServerId(String sqlServerId)

新しいファイアウォール規則の親 SQL サーバーを設定します。

メソッドの詳細

withExistingSqlServer

public abstract SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange withExistingSqlServer(SqlServer sqlServer)

新しいファイアウォール規則の親 SQL サーバーを設定します。

Parameters:

sqlServer - 親 SQL サーバー

Returns:

定義の次のステージ。

withExistingSqlServer

public abstract SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange withExistingSqlServer(String resourceGroupName, String sqlServerName)

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

Parameters:

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

Returns:

定義の次のステージ。

withExistingSqlServerId

public abstract SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange withExistingSqlServerId(String sqlServerId)

新しいファイアウォール規則の親 SQL サーバーを設定します。

Parameters:

sqlServerId - 親 SQL サーバー ID

Returns:

定義の次のステージ。

適用対象