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

定義

リソースを既存のパブリック IP アドレスに関連付けることを許可する定義のステージ。

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

型パラメーター

ReturnT

定義の次のステージ。

派生

メソッド

WithExistingPublicIPAddress(IPublicIPAddress)

既存のパブリック IP アドレスをリソースに関連付けます。

WithExistingPublicIPAddress(String)

既存のパブリック IP アドレスをリソースに関連付けます。

適用対象