IWithExecute インターフェイス

定義

アクションを実行するために必要なすべての最小パラメーターを含む定義のステージ。また、その他のオプション設定を指定することもできます。

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

プロパティ

Key

アクションを実行するために必要なすべての最小パラメーターを含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

targetNetworkInterfaceId 値を設定します。

(継承元 IWithNetworkInterface)

適用対象