次の方法で共有


IRoute インターフェイス

定義

ルート テーブルのルートの不変のクライアント側表現。

public interface IRoute : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IRouteTable>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.RouteInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IRouteTable>
type IRoute = interface
    interface IHasInner<RouteInner>
    interface IChildResource<IRouteTable>
    interface IHasName
    interface IIndexable
    interface IHasParent<IRouteTable>
Public Interface IRoute
Implements IChildResource(Of IRouteTable), IHasInner(Of RouteInner), IHasParent(Of IRouteTable)
実装

プロパティ

DestinationAddressPrefix

ルートが適用される CIDR 表記を使用して表される宛先アドレス プレフィックスを取得します。

Inner

ルート テーブルのルートの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

ルート テーブルのルートの不変のクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
NextHopIPAddress

次ホップの IP アドレスを取得します。

NextHopType

次ホップの種類を取得します。

Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)

適用対象