次の方法で共有


IUpdate インターフェイス

定義

ルート テーブル更新の一部としてのルート更新の全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Route.Update.IWithDestinationAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Route.Update.IWithNextHopType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithDestinationAddressPrefix
    interface IWithNextHopType
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithDestinationAddressPrefix, IWithNextHopType
実装

メソッド

Parent()

ルート テーブル更新の一部としてのルート更新の全体。

(継承元 ISettable<ParentT>)
WithDestinationAddressPrefix(String)

ルートを適用する宛先アドレス プレフィックスを指定します。

(継承元 IWithDestinationAddressPrefix)
WithNextHop(RouteNextHopType)

次ホップの種類を指定します。 仮想アプライアンスを使用するには、代わりに .withNextHopToVirtualAppliance(String) を使用し、その IP アドレスを指定します。

(継承元 IWithNextHopType)
WithNextHopToVirtualAppliance(String)

次ホップに移動する仮想アプライアンスの IP アドレスを指定します。

(継承元 IWithNextHopType)

適用対象