Share via


LatencyScorecard Class

Definition

Defines the LatencyScorecard.

public class LatencyScorecard : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.LatencyScorecard>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.LatencyScorecard>
public class LatencyScorecard : Azure.ResourceManager.Models.TrackedResourceData
type LatencyScorecard = class
    inherit TrackedResourceData
    interface IJsonModel<LatencyScorecard>
    interface IPersistableModel<LatencyScorecard>
type LatencyScorecard = class
    inherit TrackedResourceData
Public Class LatencyScorecard
Inherits TrackedResourceData
Implements IJsonModel(Of LatencyScorecard), IPersistableModel(Of LatencyScorecard)
Public Class LatencyScorecard
Inherits TrackedResourceData
Inheritance
Implements

Constructors

LatencyScorecard(AzureLocation)

Initializes a new instance of LatencyScorecard.

Properties

Country

The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html.

Description

The description of the Latency Scorecard.

EndOn

The end time of the Latency Scorecard in UTC.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LatencyMetrics

The latency metrics of the Latency Scorecard.

LatencyScorecardId

The unique identifier of the Latency Scorecard.

LatencyScorecardName

The name of the Latency Scorecard.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ScorecardEndpointA

The A endpoint in the scorecard.

ScorecardEndpointB

The B endpoint in the scorecard.

StartOn

The start time of the Latency Scorecard in UTC.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<LatencyScorecard>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LatencyScorecard>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LatencyScorecard>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LatencyScorecard>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LatencyScorecard>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to