Interface ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress<ParentT>,Attachable.InUpdate<ParentT>
- All Known Subinterfaces:
ApplicationGatewayBackend.UpdateDefinition<ParentT>,ApplicationGatewayBackend.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- ApplicationGatewayBackend.UpdateDefinitionStages
public static interface ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, ApplicationGatewayBackend.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAddress
withFqdn, withIPAddress
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
-