次の方法で共有


IWithExecute インターフェイス

定義

定義のステージ。実行に必要な最小入力がすべて含まれていますが、その他のオプション設定を指定することもできます。

public interface IWithExecute : Microsoft.Azure.Management.Network.Fluent.Topology.Definition.IWithTargetNetwork, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITopology>
type IWithExecute = interface
    interface IExecutable<ITopology>
    interface IIndexable
    interface IWithTargetNetwork
Public Interface IWithExecute
Implements IExecutable(Of ITopology), IWithTargetNetwork
派生
実装

プロパティ

Key

定義のステージ。実行に必要な最小入力がすべて含まれていますが、その他のオプション設定を指定することもできます。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

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

(継承元 IExecutable<T>)
WithTargetNetwork(String)

ターゲット仮想ネットワークを設定します。

(継承元 IWithTargetNetwork)

適用対象