次の方法で共有


NamespacesOperationsExtensions.CreateOrUpdateNetworkRuleSetAsync メソッド

定義

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

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

parameters
NetworkRuleSetInner

名前空間 IpFilterRule。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象