共用方式為


ApplicationGatewayBackendHealthHttpSettings Class

Definition

Application gateway BackendHealthHttp settings.

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

Properties

BackendHttpSettings

Reference to an ApplicationGatewayBackendHttpSettings resource.

Servers

List of ApplicationGatewayBackendHealthServer resources.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendHealthHttpSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendHealthHttpSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendHealthHttpSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendHealthHttpSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendHealthHttpSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to