次の方法で共有


IWithNatRuleSettings インターフェイス

定義

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

public interface IWithNatRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNatRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNatRuleCollectionSettings>
type IWithNatRuleSettings = interface
    interface IWithDescription<IWithNatRuleSettings>
    interface IWithSourceAddress<IWithNatRuleSettings>
    interface IWithDestinationAddress<IWithNatRuleSettings>
    interface IWithDestinationPort<IWithNatRuleSettings>
    interface IWithRuleProtocol<IWithNatRuleSettings>
    interface IInDefinition<IWithNatRuleCollectionSettings>
Public Interface IWithNatRuleSettings
Implements IInDefinition(Of IWithNatRuleCollectionSettings), IWithDescription(Of IWithNatRuleSettings), IWithDestinationAddress(Of IWithNatRuleSettings), IWithDestinationPort(Of IWithNatRuleSettings), IWithRuleProtocol(Of IWithNatRuleSettings), IWithSourceAddress(Of IWithNatRuleSettings)
派生
実装

メソッド

Attach()

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

(継承元 IInDefinition<ParentT>)
WithAnyProtocol()

ファイアウォール規則に ANY プロトコルを追加します。

(継承元 IWithRuleProtocol<ParentT>)
WithDescription(String)

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

(継承元 IWithDescription<ParentT>)
WithDestinationAddress(String)

Azure Firewall のファイアウォール規則の宛先アドレスを設定します。

(継承元 IWithDestinationAddress<ParentT>)
WithDestinationAddresses(IList<String>)

Azure ファイアウォールのファイアウォール規則の宛先アドレスを設定します。

(継承元 IWithDestinationAddress<ParentT>)
WithDestinationPort(String)

Azure ファイアウォールのファイアウォール規則の宛先ポートを設定します。

(継承元 IWithDestinationPort<ParentT>)
WithDestinationPorts(IList<String>)

Azure ファイアウォールのファイアウォール規則の宛先ポートを設定します。

(継承元 IWithDestinationPort<ParentT>)
WithIcmpProtocol()

ファイアウォール規則に ICMP プロトコルを追加します。

(継承元 IWithRuleProtocol<ParentT>)
WithSourceAddress(String)

Azure ファイアウォールのファイアウォール規則の送信元アドレスを設定します。

(継承元 IWithSourceAddress<ParentT>)
WithSourceAddresses(IList<String>)

Azure Firewall のファイアウォール規則のソース アドレスを設定します。

(継承元 IWithSourceAddress<ParentT>)
WithTcpProtocol()

ファイアウォール規則に TCP プロトコルを追加します。

(継承元 IWithRuleProtocol<ParentT>)
WithUdpProtocol()

ファイアウォール規則に UDP プロトコルを追加します。

(継承元 IWithRuleProtocol<ParentT>)

適用対象