Interface ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayBackend.UpdateDefinition<ParentT>,ApplicationGatewayBackend.UpdateDefinitionStages.Blank<ParentT>,ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- ApplicationGatewayBackend.UpdateDefinitionStages
public static interface ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress<ParentT>The stage of an application gateway backed definition allowing to add an address to the backend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>withFqdn(String fqdn)Adds the specified existing fully qualified domain name (FQDN) to the backend.ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>withIPAddress(String ipAddress)Adds the specified existing IP address to the backend.
-
-
-
Method Detail
-
withIPAddress
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> withIPAddress(String ipAddress)
Adds the specified existing IP address to the backend.- Parameters:
ipAddress- an IP address- Returns:
- the next stage of the definition
-
withFqdn
ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> withFqdn(String fqdn)
Adds the specified existing fully qualified domain name (FQDN) to the backend.- Parameters:
fqdn- a fully qualified domain name (FQDN)- Returns:
- the next stage of the definition
-
-