Interface ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>,Attachable.InDefinition<ParentT>
- All Known Subinterfaces:
ApplicationGatewayBackend.Definition<ParentT>,ApplicationGatewayBackend.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- ApplicationGatewayBackend.DefinitionStages
public static interface ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>
The final stage of an application gateway backend definition.At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent application gateway definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayBackend.DefinitionStages.WithAddress
withFqdn, withIPAddress
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
-