Interface ApplicationGatewayFrontend.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayFrontend.DefinitionStages.Blank<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT>,ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>,Attachable.InDefinitionAlt<ParentT>,HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>,HasSubnet.DefinitionStages.WithSubnet<ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>>
- Enclosing interface:
- ApplicationGatewayFrontend
public static interface ApplicationGatewayFrontend.Definition<ParentT> extends ApplicationGatewayFrontend.DefinitionStages.Blank<ParentT>, ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>, ApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT>
The entirety of an application gateway frontend definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayFrontend.DefinitionStages.WithSubnet
withExistingSubnet
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinitionAlt
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet
withExistingSubnet
-
-