次の方法で共有


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

定義

フローティング IP のサポートを制御できる更新プログラムのステージ。

public interface IWithFloatingIP<ReturnT>
type IWithFloatingIP<'ReturnT> = interface
Public Interface IWithFloatingIP(Of ReturnT)

型パラメーター

ReturnT

定義の次のステージ。

派生

メソッド

WithFloatingIP(Boolean)

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

WithFloatingIPDisabled()

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

WithFloatingIPEnabled()

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

適用対象