ApplicationGatewayBackendAddress Class
Backend address of an application gateway.
Constructor
ApplicationGatewayBackendAddress(*, fqdn: str | None = None, ip_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
fqdn
|
Fully qualified domain name (FQDN). Default value: None
|
ip_address
|
IP address. Default value: None
|