IWithExecute インターフェイス

定義

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

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

プロパティ

Key

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

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

(継承元 IExecutable<T>)
WithAzureLocations(String[])

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

(継承元 IWithAzureLocations)
WithProviders(String[])

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

(継承元 IWithProviders)

適用対象