次の方法で共有


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

定義

プライベート IP アドレスを指定できる定義のステージ。

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

型パラメーター

ReturnT

定義の次のステージ。

派生

メソッド

WithPrivateIPAddressDynamic()

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

WithPrivateIPAddressStatic(String)

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

適用対象