Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayIpConfigurationInner
Packages that use ApplicationGatewayIpConfigurationInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayIpConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayIpConfigurationInnerModifier and TypeMethodDescriptionApplicationGatewayIpConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayIpConfigurationInner from the JsonReader.Set the name property: Name of the IP configuration that is unique within an Application Gateway.ApplicationGatewayIpConfigurationInner.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to the subnet resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayIpConfigurationInnerModifier and TypeMethodDescriptionSubnetInner.applicationGatewayIpConfigurations()Get the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.SubnetPropertiesFormatInner.applicationGatewayIpConfigurations()Get the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.ApplicationGatewayInner.gatewayIpConfigurations()Get the gatewayIpConfigurations property: Subnets of the application gateway resource.ApplicationGatewayPropertiesFormat.gatewayIpConfigurations()Get the gatewayIpConfigurations property: Subnets of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayIpConfigurationInnerModifier and TypeMethodDescriptionSubnetInner.withApplicationGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> applicationGatewayIpConfigurations) Set the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.SubnetPropertiesFormatInner.withApplicationGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> applicationGatewayIpConfigurations) Set the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.ApplicationGatewayInner.withGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> gatewayIpConfigurations) Set the gatewayIpConfigurations property: Subnets of the application gateway resource.ApplicationGatewayPropertiesFormat.withGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> gatewayIpConfigurations) Set the gatewayIpConfigurations property: Subnets of the application gateway resource.