Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGateway
-
Packages that use ApplicationGateway Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGateway in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.
-