Application Gateway Frontend IPConfiguration Args
data class ApplicationGatewayFrontendIPConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val privateIPAddress: Output<String>? = null, val privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val privateLinkConfiguration: Output<SubResourceArgs>? = null, val publicIPAddress: Output<SubResourceArgs>? = null, val subnet: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayFrontendIPConfigurationArgs>
Frontend IP configuration of an application gateway.
Constructors
Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, privateIPAddress: Output<String>? = null, privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, privateLinkConfiguration: Output<SubResourceArgs>? = null, publicIPAddress: Output<SubResourceArgs>? = null, subnet: Output<SubResourceArgs>? = null)
Properties
Link copied to clipboard
PrivateIPAddress of the network interface IP Configuration.
Link copied to clipboard
The private IP address allocation method.
Link copied to clipboard
Reference to the application gateway private link configuration.
Link copied to clipboard
Reference to the PublicIP resource.
Link copied to clipboard
Reference to the subnet resource.