次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むルート テーブル更新操作のテンプレート。 Update.apply() を呼び出して、Azure のリソースに変更を適用します。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IWithBgpRoutePropagation, Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IWithRoute, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IRouteTable>
type IUpdate = interface
    interface IAppliable<IRouteTable>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithRoute
    interface IWithBgpRoutePropagation
    interface IBeta
Public Interface IUpdate
Implements IAppliable(Of IRouteTable), IBeta, IUpdateWithTags(Of IUpdate), IWithBgpRoutePropagation, IWithRoute
実装

プロパティ

Key

変更可能なすべての設定を含むルート テーブル更新操作のテンプレート。 Update.apply() を呼び出して、Azure のリソースに変更を適用します。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
DefineRoute(String)

ルート テーブルに追加する新しいルートの定義を開始します。 この定義は、Route.UpdateDefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

(継承元 IWithRoute)
UpdateRoute(String)

このルート テーブル上の既存のルートの更新を開始します。

(継承元 IWithRoute)
WithDisableBgpRoutePropagation()

そのルート テーブルで BGP によって学習されたルートを無効にします。

(継承元 IWithBgpRoutePropagation)
WithEnableBgpRoutePropagation()

そのルート テーブルで BGP によって学習されたルートを有効にします。

(継承元 IWithBgpRoutePropagation)
WithoutRoute(String)

ルート テーブルから指定したルートを削除します。

(継承元 IWithRoute)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithRoute(String, RouteNextHopType)

非仮想アプライアンス ルートを作成します。 名前は自動的に生成されます。

(継承元 IWithRoute)
WithRouteViaVirtualAppliance(String, String)

仮想アプライアンス経由でルートを作成します。

(継承元 IWithRoute)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象