次の方法で共有


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

定義

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

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.UpdateDefinition.IWithSubnet<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.UpdateDefinition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.UpdateDefinition.IWithAttach<ParentT>>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithSubnet<'ParentT>
    interface IWithSubnet<IWithAttach<'ParentT>>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)

型パラメーター

ParentT

親型。

実装

メソッド

Attach()

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

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

アプリケーション ゲートウェイが属する必要がある既存のサブネットを指定し、そのプライベート IP アドレスを取得します。

(継承元 IWithSubnet<ParentT>)
WithExistingSubnet(ISubnet)

アプリケーション ゲートウェイが属する必要がある既存のサブネットを指定し、そのプライベート IP アドレスを取得します。

(継承元 IWithSubnet<ParentT>)
WithExistingSubnet(String, String)

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

(継承元 IWithSubnet<ReturnT>)

適用対象