Uses of Class
com.azure.resourcemanager.frontdoor.models.TimeseriesType
Packages that use TimeseriesType
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of TimeseriesType in com.azure.resourcemanager.frontdoor.fluent
Methods in com.azure.resourcemanager.frontdoor.fluent with parameters of type TimeseriesTypeModifier and TypeMethodDescriptionReportsClient.getTimeseries(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType) Gets a Timeseries for a given Experiment.com.azure.core.http.rest.Response<TimeseriesInner>ReportsClient.getTimeseriesWithResponse(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType, String endpointParam, String country, com.azure.core.util.Context context) Gets a Timeseries for a given Experiment. -
Uses of TimeseriesType in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return TimeseriesTypeModifier and TypeMethodDescriptionTimeseriesInner.timeseriesType()Get the timeseriesType property: The type of Timeseries.TimeseriesProperties.timeseriesType()Get the timeseriesType property: The type of Timeseries.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type TimeseriesTypeModifier and TypeMethodDescriptionTimeseriesInner.withTimeseriesType(TimeseriesType timeseriesType) Set the timeseriesType property: The type of Timeseries.TimeseriesProperties.withTimeseriesType(TimeseriesType timeseriesType) Set the timeseriesType property: The type of Timeseries. -
Uses of TimeseriesType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as TimeseriesTypeModifier and TypeFieldDescriptionstatic final TimeseriesTypeTimeseriesType.LATENCY_P50Static value LatencyP50 for TimeseriesType.static final TimeseriesTypeTimeseriesType.LATENCY_P75Static value LatencyP75 for TimeseriesType.static final TimeseriesTypeTimeseriesType.LATENCY_P95Static value LatencyP95 for TimeseriesType.static final TimeseriesTypeTimeseriesType.MEASUREMENT_COUNTSStatic value MeasurementCounts for TimeseriesType.Methods in com.azure.resourcemanager.frontdoor.models that return TimeseriesTypeModifier and TypeMethodDescriptionstatic TimeseriesTypeTimeseriesType.fromString(String name) Creates or finds a TimeseriesType from its string representation.Timeseries.timeseriesType()Gets the timeseriesType property: The type of Timeseries.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type TimeseriesTypeModifier and TypeMethodDescriptionstatic Collection<TimeseriesType>TimeseriesType.values()Gets known TimeseriesType values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type TimeseriesTypeModifier and TypeMethodDescriptionReports.getTimeseries(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType) Gets a Timeseries for a given Experiment.com.azure.core.http.rest.Response<Timeseries>Reports.getTimeseriesWithResponse(String resourceGroupName, String profileName, String experimentName, OffsetDateTime startDateTimeUtc, OffsetDateTime endDateTimeUtc, TimeseriesAggregationInterval aggregationInterval, TimeseriesType timeseriesType, String endpointParam, String country, com.azure.core.util.Context context) Gets a Timeseries for a given Experiment.