ApplicationGatewayBackendHealthServer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application gateway backendhealth http settings.
public class ApplicationGatewayBackendHealthServer : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealthServer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealthServer>
public class ApplicationGatewayBackendHealthServer
type ApplicationGatewayBackendHealthServer = class
interface IJsonModel<ApplicationGatewayBackendHealthServer>
interface IPersistableModel<ApplicationGatewayBackendHealthServer>
type ApplicationGatewayBackendHealthServer = class
Public Class ApplicationGatewayBackendHealthServer
Implements IJsonModel(Of ApplicationGatewayBackendHealthServer), IPersistableModel(Of ApplicationGatewayBackendHealthServer)
Public Class ApplicationGatewayBackendHealthServer
- Inheritance
-
ApplicationGatewayBackendHealthServer
- Implements
Properties
Address |
IP address or FQDN of backend server. |
Health |
Health of backend server. |
HealthProbeLog |
Health Probe Log. |
IPConfiguration |
Reference to IP configuration of backend server. |
Explicit Interface Implementations
IJsonModel<ApplicationGatewayBackendHealthServer>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationGatewayBackendHealthServer>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationGatewayBackendHealthServer>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationGatewayBackendHealthServer>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationGatewayBackendHealthServer>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET