AzureReachabilityReportContent Class

Definition

Geographic and time constraints for Azure reachability report.

public class AzureReachabilityReportContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureReachabilityReportContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureReachabilityReportContent>
public class AzureReachabilityReportContent
type AzureReachabilityReportContent = class
    interface IJsonModel<AzureReachabilityReportContent>
    interface IPersistableModel<AzureReachabilityReportContent>
type AzureReachabilityReportContent = class
Public Class AzureReachabilityReportContent
Implements IJsonModel(Of AzureReachabilityReportContent), IPersistableModel(Of AzureReachabilityReportContent)
Public Class AzureReachabilityReportContent
Inheritance
AzureReachabilityReportContent
Implements

Constructors

AzureReachabilityReportContent(AzureReachabilityReportLocation, DateTimeOffset, DateTimeOffset)

Initializes a new instance of AzureReachabilityReportContent.

Properties

AzureLocations

Optional Azure regions to scope the query to.

EndOn

The end time for the Azure reachability report.

ProviderLocation

Parameters that define a geographic location.

Providers

List of Internet service providers.

StartOn

The start time for the Azure reachability report.

Explicit Interface Implementations

IJsonModel<AzureReachabilityReportContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureReachabilityReportContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureReachabilityReportContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureReachabilityReportContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureReachabilityReportContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to