次の方法で共有


FrontDoorExperimentResource.GetTimeSeriesReportAsync メソッド

定義

オーバーロード

GetTimeSeriesReportAsync(FrontDoorExperimentResourceGetTimeSeriesReportOptions, CancellationToken)

特定の実験の時系列を取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries
  • 操作IdReports_GetTimeseries
GetTimeSeriesReportAsync(DateTimeOffset, DateTimeOffset, FrontDoorTimeSeriesAggregationInterval, FrontDoorTimeSeriesType, String, String, CancellationToken)

特定の実験の時系列を取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries
  • 操作IdReports_GetTimeseries

GetTimeSeriesReportAsync(FrontDoorExperimentResourceGetTimeSeriesReportOptions, CancellationToken)

特定の実験の時系列を取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries
  • 操作IdReports_GetTimeseries
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>> GetTimeSeriesReportAsync (Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeSeriesReportAsync : Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
override this.GetTimeSeriesReportAsync : Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
Public Overridable Function GetTimeSeriesReportAsync (options As FrontDoorExperimentResourceGetTimeSeriesReportOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorTimeSeriesInfo))

パラメーター

options
FrontDoorExperimentResourceGetTimeSeriesReportOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

options が null です。

適用対象

GetTimeSeriesReportAsync(DateTimeOffset, DateTimeOffset, FrontDoorTimeSeriesAggregationInterval, FrontDoorTimeSeriesType, String, String, CancellationToken)

特定の実験の時系列を取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries
  • 操作IdReports_GetTimeseries
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>> GetTimeSeriesReportAsync (DateTimeOffset startOn, DateTimeOffset endOn, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval aggregationInterval, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType timeSeriesType, string endpoint = default, string country = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeSeriesReportAsync : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
override this.GetTimeSeriesReportAsync : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
Public Overridable Function GetTimeSeriesReportAsync (startOn As DateTimeOffset, endOn As DateTimeOffset, aggregationInterval As FrontDoorTimeSeriesAggregationInterval, timeSeriesType As FrontDoorTimeSeriesType, Optional endpoint As String = Nothing, Optional country As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorTimeSeriesInfo))

パラメーター

startOn
DateTimeOffset

UTC での時系列の開始 DateTime。

endOn
DateTimeOffset

UTC での時系列の終了 DateTime。

aggregationInterval
FrontDoorTimeSeriesAggregationInterval

時系列の集計間隔。

timeSeriesType
FrontDoorTimeSeriesType

時系列の型。

endpoint
String

特定のエンドポイント。

country
String

時系列に関連付けられている国。 値は、ここで指定した国の ISO コードです。 https://www.iso.org/iso-3166-country-codes.html

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象