次の方法で共有


IWithSubnet インターフェイス

定義

アプリケーション ゲートウェイの IP 構成更新のステージ。アプリケーション ゲートウェイの一部であるサブネットを変更できます。

public interface IWithSubnet : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate>
type IWithSubnet = interface
    interface IWithSubnet<IUpdate>
Public Interface IWithSubnet
Implements IWithSubnet(Of IUpdate)
派生
実装

メソッド

WithExistingSubnet(INetwork, String)

アプリケーション ゲートウェイの一部としてプライベート IP アドレスを取得する既存のサブネットを指定します。

WithExistingSubnet(ISubnet)

アプリケーション ゲートウェイの一部としてプライベート IP アドレスを取得する既存のサブネットを指定します。

WithExistingSubnet(String, String)

指定したサブネットをこのリソースに割り当てます。

(継承元 IWithSubnet<ReturnT>)

適用対象