Uses of Interface
com.microsoft.azure.management.network.ApplicationGateway
-
Packages that use ApplicationGateway Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGateway in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network with parameters of type ApplicationGateway Modifier and Type Method Description NicIPConfiguration.DefinitionStages.WithAttach<ParentT>NicIPConfiguration.DefinitionStages.WithApplicationGateway. withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)Specifies the application gateway backend to associate this IP configuration with.NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>NicIPConfiguration.UpdateDefinitionStages.WithApplicationGateway. withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)Specifies the application gateway backend to associate this IP configuration with.NicIPConfiguration.UpdateNicIPConfiguration.UpdateStages.WithApplicationGateway. withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)Specifies the application gateway backend to associate this IP configuration with.
-