次の方法で共有


IWithPrivateIPAddress インターフェイス

定義

既定のプライベート フロントエンドが有効になっている場合に、アプリ ゲートウェイが内部的に使用できる既定の IP アドレスを指定できるアプリケーション ゲートウェイ定義のステージ。

public interface IWithPrivateIPAddress : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>
type IWithPrivateIPAddress = interface
    interface IWithPrivateIPAddress<IWithCreate>
Public Interface IWithPrivateIPAddress
Implements IWithPrivateIPAddress(Of IWithCreate)
派生
実装

メソッド

WithPrivateIPAddressDynamic()

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

(継承元 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

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

(継承元 IWithPrivateIPAddress<ReturnT>)

適用対象