次の方法で共有


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

定義

フローティング IP 機能を有効にできる負荷分散規則定義のステージ。

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

型パラメーター

ReturnT

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

派生
実装

メソッド

WithFloatingIP(Boolean)

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

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

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

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

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

(継承元 IWithFloatingIP<ReturnT>)

適用対象