AzureReachabilityReport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure reachability report details.
public class AzureReachabilityReport : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureReachabilityReport>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureReachabilityReport>
type AzureReachabilityReport = class
interface IJsonModel<AzureReachabilityReport>
interface IPersistableModel<AzureReachabilityReport>
Public Class AzureReachabilityReport
Implements IJsonModel(Of AzureReachabilityReport), IPersistableModel(Of AzureReachabilityReport)
- Inheritance
-
AzureReachabilityReport
- Implements
Properties
AggregationLevel |
The aggregation level of Azure reachability report. Can be Country, State or City. |
ProviderLocation |
Parameters that define a geographic location. |
ReachabilityReport |
List of Azure reachability report items. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AzureReachabilityReport>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AzureReachabilityReport>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AzureReachabilityReport>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AzureReachabilityReport>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AzureReachabilityReport>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |