次の方法で共有


OutboundFirewallRulesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

指定した名前の送信ファイアウォール規則を作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.OutboundFirewallRule> BeginCreateOrUpdateAsync(this Microsoft.Azure.Management.Sql.IOutboundFirewallRulesOperations operations, string resourceGroupName, string serverName, string outboundRuleFqdn, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IOutboundFirewallRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.OutboundFirewallRule>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IOutboundFirewallRulesOperations, resourceGroupName As String, serverName As String, outboundRuleFqdn As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OutboundFirewallRule)

パラメーター

operations
IOutboundFirewallRulesOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

outboundRuleFqdn
String
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象