Interface ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayBackend.Definition<ParentT>,ApplicationGatewayBackend.DefinitionStages.Blank<ParentT>,ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
ApplicationGatewayBackend.DefinitionStages
public static interface ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>
The stage of an application gateway backend definition allowing to add an address to the backend.
-
Method Summary
Modifier and TypeMethodDescriptionAdds the specified existing fully qualified domain name (FQDN) to the backend.withIPAddress(String ipAddress) Adds the specified existing IP address to the backend.
-
Method Details
-
withIPAddress
Adds the specified existing IP address to the backend.This call can be made in a sequence to add multiple IP addresses.
- Parameters:
ipAddress- an IP address- Returns:
- the next stage of the definition
-
withFqdn
Adds the specified existing fully qualified domain name (FQDN) to the backend.This call can be made in a sequence to add multiple FQDNs.
- Parameters:
fqdn- a fully qualified domain name (FQDN)- Returns:
- the next stage of the definition
-