Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFrontendIpConfiguration
-
Packages that use ApplicationGatewayFrontendIpConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayFrontendIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayFrontendIpConfiguration Modifier and Type Method Description List<ApplicationGatewayFrontendIpConfiguration>ApplicationGatewayInner. frontendIpConfigurations()Get the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource.List<ApplicationGatewayFrontendIpConfiguration>ApplicationGatewayPropertiesFormat. frontendIpConfigurations()Get the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayFrontendIpConfiguration Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withFrontendIpConfigurations(List<ApplicationGatewayFrontendIpConfiguration> frontendIpConfigurations)Set the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withFrontendIpConfigurations(List<ApplicationGatewayFrontendIpConfiguration> frontendIpConfigurations)Set the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource. -
Uses of ApplicationGatewayFrontendIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFrontendIpConfiguration Modifier and Type Method Description ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withId(String id)ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withName(String name)Set the name property: Name of the frontend IP configuration that is unique within an Application Gateway.ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withPrivateLinkConfiguration(com.azure.core.management.SubResource privateLinkConfiguration)Set the privateLinkConfiguration property: Reference to the application gateway private link configuration.ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: Reference to the PublicIP resource.ApplicationGatewayFrontendIpConfigurationApplicationGatewayFrontendIpConfiguration. withSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: Reference to the subnet resource.
-