次の方法で共有


IAzureReachabilityReport インターフェイス

定義

Azure の到達可能性レポートの詳細を変更できないクライアント側の表現。

public interface IAzureReachabilityReport : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IAzureReachabilityReport>
type IAzureReachabilityReport = interface
    interface IBeta
    interface IExecutable<IAzureReachabilityReport>
    interface IIndexable
    interface IHasInner<AzureReachabilityReportInner>
    interface IHasParent<INetworkWatcher>
Public Interface IAzureReachabilityReport
Implements IBeta, IExecutable(Of IAzureReachabilityReport), IHasInner(Of AzureReachabilityReportInner), IHasParent(Of INetworkWatcher)
実装

プロパティ

AggregationLevel

Azure 到達可能性レポートの集計レベルを取得します。 国、州、または市区町村を指定できます。

AzureReachabilityReportParameters

使用可能なインターネット プロバイダーのクエリに使用されるパラメーターを取得します。

Inner

Azure の到達可能性レポートの詳細を変更できないクライアント側の表現。

(継承元 IHasInner<T>)
Key

Azure の到達可能性レポートの詳細を変更できないクライアント側の表現。

(継承元 IIndexable)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
ProviderLocation

providerLocation プロパティを取得します。

ReachabilityReport

Azure の到達可能性レポート アイテムの一覧を取得します。

メソッド

Execute()

要求を実行します。

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

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

(継承元 IExecutable<T>)

適用対象