次の方法で共有


IWithFloatingIP<ParentT> インターフェイス

定義

フローティング IP を有効にするかどうかを指定できる受信 NAT 規則定義のステージ。

public interface IWithFloatingIP<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>
type IWithFloatingIP<'ParentT> = interface
    interface IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>>
Public Interface IWithFloatingIP(Of ParentT)
Implements IWithFloatingIP(Of IWithAttach(Of IWithCreateAndInboundNatRule))

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithFloatingIP(Boolean)

フローティング IP 有効化を設定します。

(継承元 IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

フローティング IP のサポートを無効にします。

(継承元 IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

フローティング IP のサポートを有効にします。

(継承元 IWithFloatingIP<ReturnT>)

適用対象