Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayIpConfigurationInner
-
Packages that use ApplicationGatewayIpConfigurationInner Package Description com.azure.resourcemanager.network.fluent.models 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 ApplicationGatewayIpConfigurationInner Modifier and Type Method Description ApplicationGatewayIpConfigurationInnerApplicationGatewayIpConfigurationInner. withId(String id)ApplicationGatewayIpConfigurationInnerApplicationGatewayIpConfigurationInner. withName(String name)Set the name property: Name of the IP configuration that is unique within an Application Gateway.ApplicationGatewayIpConfigurationInnerApplicationGatewayIpConfigurationInner. 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 ApplicationGatewayIpConfigurationInner Modifier and Type Method Description List<ApplicationGatewayIpConfigurationInner>SubnetInner. applicationGatewayIpConfigurations()Get the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.List<ApplicationGatewayIpConfigurationInner>SubnetPropertiesFormatInner. applicationGatewayIpConfigurations()Get the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.List<ApplicationGatewayIpConfigurationInner>ApplicationGatewayInner. gatewayIpConfigurations()Get the gatewayIpConfigurations property: Subnets of the application gateway resource.List<ApplicationGatewayIpConfigurationInner>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 ApplicationGatewayIpConfigurationInner Modifier and Type Method Description SubnetInnerSubnetInner. withApplicationGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> applicationGatewayIpConfigurations)Set the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.SubnetPropertiesFormatInnerSubnetPropertiesFormatInner. withApplicationGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> applicationGatewayIpConfigurations)Set the applicationGatewayIpConfigurations property: Application gateway IP configurations of virtual network resource.ApplicationGatewayInnerApplicationGatewayInner. withGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> gatewayIpConfigurations)Set the gatewayIpConfigurations property: Subnets of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> gatewayIpConfigurations)Set the gatewayIpConfigurations property: Subnets of the application gateway resource.
-