次の方法で共有


IWithNatRuleCollectionSettings インターフェイス

定義

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

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

メソッド

Attach()

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

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

Azure ファイアウォールの NAT 規則を設定します。

UpdateAzureFirewallNatRule(String)

Azure firewall nat 規則を更新します。

WithDnatActionType()

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

(継承元 IWithNatRuleCollectionActionType<ParentT>)
WithoutAzureFirewallNatRule(String)

Azure ファイアウォールの nat 規則を削除します。

WithPriority(Int32)

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

(継承元 IWithPriority<ParentT>)
WithSnatActionType()

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

(継承元 IWithNatRuleCollectionActionType<ParentT>)

適用対象