ConnectionMonitorEndpoint Class

Definition

Describes the connection monitor endpoint.

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

Constructors

ConnectionMonitorEndpoint(String)

Initializes a new instance of ConnectionMonitorEndpoint.

Properties

Address

Address of the connection monitor endpoint (IP or domain name).

CoverageLevel

Test coverage for the endpoint.

EndpointType

The endpoint type.

Filter

Filter for sub-items within the endpoint.

Name

The name of the connection monitor endpoint.

ResourceId

Resource ID of the connection monitor endpoint.

Scope

Endpoint scope.

Explicit Interface Implementations

IJsonModel<ConnectionMonitorEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectionMonitorEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionMonitorEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionMonitorEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectionMonitorEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to