get Nat Gateway
Use this data source to access information about an existing NAT Gateway.
API Providers
This data source uses the following Azure API Providers:
Microsoft.Network
: 2024-05-01
Return
A collection of values returned by getNatGateway.
Parameters
argument
A collection of arguments for invoking getNatGateway.
suspend fun getNatGateway(name: String, publicIpAddressIds: List<String>? = null, publicIpPrefixIds: List<String>? = null, resourceGroupName: String): GetNatGatewayResult
Return
A collection of values returned by getNatGateway.
Parameters
name
Specifies the Name of the NAT Gateway.
public Ip Address Ids
A list of existing Public IP Address resource IDs which the NAT Gateway is using.
public Ip Prefix Ids
A list of existing Public IP Prefix resource IDs which the NAT Gateway is using.
resource Group Name
Specifies the name of the Resource Group where the NAT Gateway exists.
See also
suspend fun getNatGateway(argument: suspend GetNatGatewayPlainArgsBuilder.() -> Unit): GetNatGatewayResult
Return
A collection of values returned by getNatGateway.
Parameters
argument
Builder for com.pulumi.azure.network.kotlin.inputs.GetNatGatewayPlainArgs.