ApplicationGatewayBackendHealthPool 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 pool.
public class ApplicationGatewayBackendHealthPool : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealthPool>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayBackendHealthPool>
public class ApplicationGatewayBackendHealthPool
type ApplicationGatewayBackendHealthPool = class
interface IJsonModel<ApplicationGatewayBackendHealthPool>
interface IPersistableModel<ApplicationGatewayBackendHealthPool>
type ApplicationGatewayBackendHealthPool = class
Public Class ApplicationGatewayBackendHealthPool
Implements IJsonModel(Of ApplicationGatewayBackendHealthPool), IPersistableModel(Of ApplicationGatewayBackendHealthPool)
Public Class ApplicationGatewayBackendHealthPool
- Inheritance
-
ApplicationGatewayBackendHealthPool
- Implements
Properties
BackendAddressPool |
Reference to an ApplicationGatewayBackendAddressPool resource. |
BackendHttpSettingsCollection |
List of ApplicationGatewayBackendHealthHttpSettings resources. |
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
Azure SDK for .NET