ApplicationGatewayBackendAddress Class

Definition

Backend address of an application gateway.

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

Constructors

ApplicationGatewayBackendAddress()

Initializes a new instance of ApplicationGatewayBackendAddress.

Properties

Fqdn

Fully qualified domain name (FQDN).

IPAddress

IP address.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to