次の方法で共有


IRouteTable インターフェイス

定義

ルート テーブル管理のエントリ ポイント。

public interface IRouteTable : Microsoft.Azure.Management.Network.Fluent.IHasAssociatedSubnets, Microsoft.Azure.Management.Network.Fluent.IRouteTableBeta, Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.IRouteTable>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IRouteTable>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>
type IRouteTable = interface
    interface IGroupableResource<INetworkManager, RouteTableInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<RouteTableInner>
    interface IRefreshable<IRouteTable>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<IRouteTable>
    interface IHasAssociatedSubnets
    interface IRouteTableBeta
    interface IBeta
Public Interface IRouteTable
Implements IBeta, IGroupableResource(Of INetworkManager, RouteTableInner), IHasAssociatedSubnets, IHasInner(Of RouteTableInner), IHasManager(Of INetworkManager), IRefreshable(Of IRouteTable), IRouteTableBeta, IUpdatable(Of IUpdate), IUpdatableWithTags(Of IRouteTable)
実装

プロパティ

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

ルート テーブル管理のエントリ ポイント。

(継承元 IHasInner<T>)
IsBgpRoutePropagationDisabled

そのルート テーブルで BGP によって学習されたルートを無効にするかどうかを取得します。 True は無効を意味します。

(継承元 IRouteTableBeta)
Key

ルート テーブル管理のエントリ ポイント。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
Region

ルート テーブル管理のエントリ ポイント。

(継承元 IResource)
RegionName

ルート テーブル管理のエントリ ポイント。

(継承元 IResource)
ResourceGroupName

ルート テーブル管理のエントリ ポイント。

(継承元 IHasResourceGroup)
Routes

このルート テーブルのルートを取得します。

Tags

ルート テーブル管理のエントリ ポイント。

(継承元 IResource)
Type

ルート テーブル管理のエントリ ポイント。

(継承元 IResource)

メソッド

ListAssociatedSubnets()

ルート テーブル管理のエントリ ポイント。

(継承元 IHasAssociatedSubnets)
Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

ルート テーブル管理のエントリ ポイント。

(継承元 IUpdatable<T>)
UpdateTags()

リソースのタグの更新を開始します。 これは、Azure のリソースのタグを更新するために使用されるビルダー パターンの始まりです。 定義を完了し、Azure で実際のリソース更新プロセスを開始する最後のメソッドは、AppliableWithTags.applyTags() です。

(継承元 IUpdatableWithTags<T>)

適用対象