ConnectivityCheckContent Class

Definition

A request to perform the connectivity check operation on a API Management service.

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

Constructors

ConnectivityCheckContent(ConnectivityCheckRequestSource, ConnectivityCheckRequestDestination)

Initializes a new instance of ConnectivityCheckContent.

Properties

Destination

The connectivity check operation destination.

PreferredIPVersion

The IP version to be used. Only IPv4 is supported for now.

Protocol

The request's protocol. Specific protocol configuration can be available based on this selection. The specified destination address must be coherent with this value.

ProtocolHttpConfiguration

Configuration for HTTP or HTTPS requests.

Source

Definitions about the connectivity check origin.

Explicit Interface Implementations

IJsonModel<ConnectivityCheckContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectivityCheckContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectivityCheckContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectivityCheckContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectivityCheckContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to