次の方法で共有


IDefinition インターフェイス

定義

Azure の到達可能性レポート パラメーターの定義全体。

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

プロパティ

Key

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IWithAzureLocations)
WithEndTime(DateTime)

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IWithEndTime)
WithProviderLocation(String)

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IWithProviderLocation)
WithProviderLocation(String, String)

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IWithProviderLocation)
WithProviderLocation(String, String, String)

Azure の到達可能性レポート パラメーターの定義全体。

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

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IWithProviders)
WithStartTime(DateTime)

Azure の到達可能性レポート パラメーターの定義全体。

(継承元 IWithStartTime)

適用対象