次の方法で共有


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

定義

ルート定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithDestinationAddressPrefix<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDestinationAddressPrefix<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDestinationAddressPrefix(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithDestinationAddressPrefix(String)

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

(継承元 IWithDestinationAddressPrefix<ParentT>)

適用対象