次の方法で共有


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

定義

プライベート IP アドレスを変更できる更新プログラムのステージ。

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

型パラメーター

ReturnT

更新プログラムの次のステージ。

派生

メソッド

WithPrivateIPAddressDynamic()

関連付けられたサブネット内での動的プライベート IP アドレス割り当てを有効にします。

WithPrivateIPAddressStatic(String)

関連付けられたサブネット内で、指定した静的プライベート IP アドレスを割り当てます。

適用対象