次の方法で共有


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

定義

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

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

型パラメーター

ParentT

親型。

実装

メソッド

Attach()

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

(継承元 IInUpdate<ParentT>)

適用対象