IWithIpConfigurationSettings インターフェイス

定義

IP 構成設定を指定できる Azure ファイアウォール定義のステージ。

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

メソッド

Attach()

IP 構成設定を指定できる Azure ファイアウォール定義のステージ。

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

Azure ファイアウォールのパブリック IP アドレスを設定します。

WithSubnet(String)

Azure ファイアウォールのサブネットを設定します。

適用対象