NetworkStatusContract Class

Definition

Network Status details.

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

Properties

ConnectivityStatus

Gets the list of Connectivity Status to the Resources on which the service depends upon.

DnsServers

Gets the list of DNS servers IPV4 addresses.

Explicit Interface Implementations

IJsonModel<NetworkStatusContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkStatusContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkStatusContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkStatusContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkStatusContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to