IWithPublicIPAddress<ParentT> インターフェイス

定義

仮想ネットワーク ゲートウェイ のフロントエンド定義のステージ。既存のパブリック IP アドレスを指定して、仮想ネットワーク ゲートウェイをインターネットに接続して使用できるようにします。

public interface IWithPublicIPAddress<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IWithCreate>>
type IWithPublicIPAddress<'ParentT> = interface
    interface IWithExistingPublicIPAddress<IWithAttach<IWithCreate>>
Public Interface IWithPublicIPAddress(Of ParentT)
Implements IWithExistingPublicIPAddress(Of IWithAttach(Of IWithCreate))

型パラメーター

ParentT

この定義をアタッチした後に返される親仮想ネットワーク ゲートウェイ定義のステージ。

派生
実装

メソッド

WithExistingPublicIPAddress(IPublicIPAddress)

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

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

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

(継承元 IWithExistingPublicIPAddress<ReturnT>)

適用対象