Interface LatencyScorecard


public interface LatencyScorecard
An immutable client-side representation of LatencyScorecard.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the country property: The country associated with the Latency Scorecard.
    Gets the description property: The description of the Latency Scorecard.
    Gets the endDateTimeUtc property: The end time of the Latency Scorecard in UTC.
    Gets the endpointA property: The A endpoint in the scorecard.
    Gets the endpointB property: The B endpoint in the scorecard.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the idPropertiesId property: The unique identifier of the Latency Scorecard.
    Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.LatencyScorecardInner object.
    Gets the latencyMetrics property: The latency metrics of the Latency Scorecard.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the namePropertiesName property: The name of the Latency Scorecard.
    Gets the startDateTimeUtc property: The start time of the Latency Scorecard in UTC.
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • idPropertiesId

      String idPropertiesId()
      Gets the idPropertiesId property: The unique identifier of the Latency Scorecard.
      Returns:
      the idPropertiesId value.
    • namePropertiesName

      String namePropertiesName()
      Gets the namePropertiesName property: The name of the Latency Scorecard.
      Returns:
      the namePropertiesName value.
    • description

      String description()
      Gets the description property: The description of the Latency Scorecard.
      Returns:
      the description value.
    • endpointA

      String endpointA()
      Gets the endpointA property: The A endpoint in the scorecard.
      Returns:
      the endpointA value.
    • endpointB

      String endpointB()
      Gets the endpointB property: The B endpoint in the scorecard.
      Returns:
      the endpointB value.
    • startDateTimeUtc

      OffsetDateTime startDateTimeUtc()
      Gets the startDateTimeUtc property: The start time of the Latency Scorecard in UTC.
      Returns:
      the startDateTimeUtc value.
    • endDateTimeUtc

      OffsetDateTime endDateTimeUtc()
      Gets the endDateTimeUtc property: The end time of the Latency Scorecard in UTC.
      Returns:
      the endDateTimeUtc value.
    • country

      String country()
      Gets the country property: The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html.
      Returns:
      the country value.
    • latencyMetrics

      List<LatencyMetric> latencyMetrics()
      Gets the latencyMetrics property: The latency metrics of the Latency Scorecard.
      Returns:
      the latencyMetrics value.
    • innerModel

      LatencyScorecardInner innerModel()
      Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.LatencyScorecardInner object.
      Returns:
      the inner object.