Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFrontendIpConfiguration
Packages that use ApplicationGatewayFrontendIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayFrontendIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.frontendIpConfigurations()Get the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource.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 ApplicationGatewayFrontendIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.withFrontendIpConfigurations(List<ApplicationGatewayFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource.ApplicationGatewayPropertiesFormat.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 ApplicationGatewayFrontendIpConfigurationModifier and TypeMethodDescriptionApplicationGatewayFrontendIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFrontendIpConfiguration from the JsonReader.Set the name property: Name of the frontend IP configuration that is unique within an Application Gateway.ApplicationGatewayFrontendIpConfiguration.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.ApplicationGatewayFrontendIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayFrontendIpConfiguration.withPrivateLinkConfiguration(com.azure.core.management.SubResource privateLinkConfiguration) Set the privateLinkConfiguration property: Reference to the application gateway private link configuration.ApplicationGatewayFrontendIpConfiguration.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: Reference to the PublicIP resource.ApplicationGatewayFrontendIpConfiguration.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to the subnet resource.