Get Nat Gateway Result
data class GetNatGatewayResult(val id: String, val idleTimeoutInMinutes: Int, val location: String, val name: String, val publicIpAddressIds: List<String>, val publicIpPrefixIds: List<String>, val resourceGroupName: String, val resourceGuid: String, val skuName: String, val tags: Map<String, String>, val zones: List<String>)
A collection of values returned by getNatGateway.
Properties
Link copied to clipboard
The idle timeout in minutes which is used for the NAT Gateway.
Link copied to clipboard
A list of existing Public IP Address resource IDs which the NAT Gateway is using.
Link copied to clipboard
A list of existing Public IP Prefix resource IDs which the NAT Gateway is using.
Link copied to clipboard
Link copied to clipboard
The Resource GUID of the NAT Gateway.