共用方式為


ApplicationGatewayBackendHealthPool Class

Definition

Application gateway BackendHealth pool.

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

Properties

BackendAddressPool

Reference to an ApplicationGatewayBackendAddressPool resource.

BackendHttpSettingsCollection

List of ApplicationGatewayBackendHealthHttpSettings resources.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendHealthPool>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendHealthPool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendHealthPool>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendHealthPool>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendHealthPool>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to