Share via


ApplicationGatewayBackendAddressPool Class

Definition

NGroups application gateway backend address pool.

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

Constructors

ApplicationGatewayBackendAddressPool()

Initializes a new instance of ApplicationGatewayBackendAddressPool.

Properties

Resource

The application gateway backend address pool ARM resource Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendAddressPool>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendAddressPool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendAddressPool>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendAddressPool>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendAddressPool>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to