ApplicationGatewayBackendHealthOnDemand Class

Definition

Result of on demand test probe.

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

Properties

BackendAddressPool

Reference to an ApplicationGatewayBackendAddressPool resource.

BackendHealthHttpSettings

Application gateway BackendHealthHttp settings.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendHealthOnDemand>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendHealthOnDemand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendHealthOnDemand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendHealthOnDemand>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendHealthOnDemand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to