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
fun ApplicationGatewayFrontendIPConfigurationArgs(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)