次の方法で共有


IWithNatRuleCollectionSettings インターフェイス

定義

nat 規則コレクションの設定を指定できる Azure ファイアウォール定義のステージ。

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

メソッド

Attach()

nat 規則コレクションの設定を指定できる Azure ファイアウォール定義のステージ。

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

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

WithDnatActionType()

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

(継承元 IWithNatRuleCollectionActionType<ParentT>)
WithPriority(Int32)

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

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

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

(継承元 IWithNatRuleCollectionActionType<ParentT>)

適用対象