次の方法で共有


IWithPublicIPAddress インターフェイス

定義

アプリケーション ゲートウェイフロントエンド定義のステージ。アプリケーション ゲートウェイをインターネットに接続できるように、既存のパブリック IP アドレスを指定できます。

public interface IWithPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Update.IUpdate>
type IWithPublicIPAddress = interface
    interface IWithExistingPublicIPAddress<IUpdate>
Public Interface IWithPublicIPAddress
Implements IWithExistingPublicIPAddress(Of IUpdate)
派生
実装

メソッド

WithExistingPublicIPAddress(IPublicIPAddress)

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

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

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

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithoutPublicIPAddress()

パブリック IP アドレスへの既存の参照を削除します。

(継承元 IWithExistingPublicIPAddress<ReturnT>)

適用対象