次の方法で共有


IWithApplicationRuleCollectionSettings インターフェイス

定義

アプリケーション 規則コレクションの設定を指定できる Azure ファイアウォール更新プログラムのステージ。

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

メソッド

Attach()

アプリケーション 規則コレクションの設定を指定できる Azure ファイアウォール更新プログラムのステージ。

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

Azure ファイアウォール アプリケーション規則を設定します。

UpdateAzureFirewallApplicationRule(String)

Azure ファイアウォール アプリケーション規則を更新します。

WithAllowActionType()

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

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

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

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

Azure ファイアウォール アプリケーション規則を削除します。

WithPriority(Int32)

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

(継承元 IWithPriority<ParentT>)

適用対象