Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayFrontendIpConfigurationPropertiesFormat
Packages that use ApplicationGatewayFrontendIpConfigurationPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayFrontendIpConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayFrontendIpConfigurationPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayFrontendIpConfigurationPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFrontendIpConfigurationPropertiesFormat from the JsonReader.ApplicationGatewayFrontendIpConfigurationPropertiesFormat.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: PrivateIPAddress of the network interface IP Configuration.ApplicationGatewayFrontendIpConfigurationPropertiesFormat.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.ApplicationGatewayFrontendIpConfigurationPropertiesFormat.withPrivateLinkConfiguration(com.azure.core.management.SubResource privateLinkConfiguration) Set the privateLinkConfiguration property: Reference to the application gateway private link configuration.ApplicationGatewayFrontendIpConfigurationPropertiesFormat.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: Reference to the PublicIP resource.ApplicationGatewayFrontendIpConfigurationPropertiesFormat.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to the subnet resource.