次の方法で共有


NamespacesOperationsExtensions.CreateOrUpdateNetworkRuleSetAsync メソッド

定義

名前空間の NetworkRuleSet を作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet> CreateOrUpdateNetworkRuleSetAsync (this Microsoft.Azure.Management.EventHub.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateNetworkRuleSetAsync : Microsoft.Azure.Management.EventHub.INamespacesOperations * string * string * Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet>
<Extension()>
Public Function CreateOrUpdateNetworkRuleSetAsync (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As NetworkRuleSet, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkRuleSet)

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

parameters
NetworkRuleSet

名前空間 IpFilterRule。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象