Hello @ThomasEllebk-0155 ,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand that you would like to white-list your Azure NAT gateway Public IP address at a third party and want to know if it is dedicated to you.
NAT gateway is compatible with standard SKU public IP addresses or public IP prefix resources or a combination of both. When Virtual Network NAT is configured on a subnet, all outbound connectivity uses your specified static public IP address(es).
Refer : https://learn.microsoft.com/en-us/azure/virtual-network/nat-gateway/nat-overview#nat-gateway-and-basic-sku-resources
https://learn.microsoft.com/en-us/azure/virtual-network/nat-gateway/faq
Azure Public IP address is a resource that has its own properties and is dedicated to the assigned resource, until it's unassigned by you. And since NAT gateway uses a Standard SKU public IP address which is static by default, the resource is assigned an IP address at the time it's created and is only released when the resource is deleted. So, unless you unassign/delete the Standard Public IP address associated to the NAT gateway, the IP address will be remain dedicated to your NAT gateway and cannot be re-used by others.
Refer : https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses
https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#ip-address-assignment
If the third party requirement is customer owned Public IP address, then you can also use public IP prefixes and addresses derived from custom IP prefixes (BYOIP) with your NAT gateway resource.
Refer : https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/custom-ip-address-prefix
Kindly let us know if the above helps or you need further assistance on this issue.
----------------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.