次の方法で共有


IUpdate インターフェイス

定義

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ IP 構成の更新の全体。

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

メソッド

Parent()

アプリケーション ゲートウェイの更新プログラムの一部としてのアプリケーション ゲートウェイ IP 構成の更新の全体。

(継承元 ISettable<ParentT>)
WithExistingSubnet(INetwork, String)

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

(継承元 IWithSubnet)
WithExistingSubnet(ISubnet)

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

(継承元 IWithSubnet)
WithExistingSubnet(String, String)

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

(継承元 IWithSubnet<ReturnT>)

適用対象