Interface Attachable.InDefinitionAlt<ParentT>
- Type Parameters:
ParentT
- the parent definition
- All Known Subinterfaces:
ApplicationGatewayFrontend.Definition<ParentT>
,ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>
,ApplicationGatewayProbe.Definition<ParentT>
,ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT>
,ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>
,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ReturnT>
,LoadBalancerPrivateFrontend.Definition<ParentT>
,LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- Attachable<ParentT>
public static interface Attachable.InDefinitionAlt<ParentT>
The final stage of the child object definition, as which it can be attached to the parent.
-
Method Summary
-
Method Details
-
attach
ParentT attach()Attaches the child definition to the parent resource definition.- Returns:
- the next stage of the parent definition
-