次の方法で共有


IWithNetworkRuleCollectionSettings インターフェイス

定義

ネットワーク規則の収集設定を指定できる Azure ファイアウォール更新プログラムのステージ。

public interface IWithNetworkRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>
type IWithNetworkRuleCollectionSettings = interface
    interface IWithPriority<IWithNetworkRuleCollectionSettings>
    interface IWithRuleCollectionActionType<IWithNetworkRuleCollectionSettings>
    interface IInUpdate<IUpdate>
Public Interface IWithNetworkRuleCollectionSettings
Implements IInUpdate(Of IUpdate), IWithPriority(Of IWithNetworkRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithNetworkRuleCollectionSettings)
派生
実装

メソッド

Attach()

ネットワーク規則の収集設定を指定できる Azure ファイアウォール更新プログラムのステージ。

(継承元 IInUpdate<ParentT>)
DefineAzureFirewallNetworkRule(String)

Azure ファイアウォール ネットワーク規則を設定します。

UpdateAzureFirewallNetworkRule(String)

Azure ファイアウォール ネットワーク規則を更新します。

WithAllowActionType()

Azure ファイアウォールのファイアウォール規則コレクションのアクションの種類を "許可" に設定します。

(継承元 IWithRuleCollectionActionType<ParentT>)
WithDenyActionType()

Azure ファイアウォールのファイアウォール規則コレクションのアクションの種類を "拒否" に設定します。

(継承元 IWithRuleCollectionActionType<ParentT>)
WithoutAzureFirewallNetworkRule(String)

Azure ファイアウォール ネットワーク規則を削除します。

WithPriority(Int32)

Azure Firewall でのファイアウォール規則の収集の優先度を設定します。

(継承元 IWithPriority<ParentT>)

適用対象