次の方法で共有


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

定義

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

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

型パラメーター

ParentT

最終的な UpdateDefinitionStages.WithAttach.attach() の戻り値の型。

実装

メソッド

Attach()

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

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

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

(継承元 IWithDestinationAddressPrefix<ParentT>)
WithNextHop(RouteNextHopType)

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

(継承元 IWithNextHopType<ParentT>)
WithNextHopToVirtualAppliance(String)

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

(継承元 IWithNextHopType<ParentT>)

適用対象