NetworkConfigurationDiagnosticResponse Class

Definition

Results of network configuration diagnostic on the target resource.

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

Properties

Results

List of network configuration diagnostic results.

Explicit Interface Implementations

IJsonModel<NetworkConfigurationDiagnosticResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkConfigurationDiagnosticResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkConfigurationDiagnosticResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkConfigurationDiagnosticResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkConfigurationDiagnosticResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to